Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/zWingz/vue-with-wrapper

vue with wrapper
https://github.com/zWingz/vue-with-wrapper

vue vue-components

Last synced: about 1 month ago
JSON representation

vue with wrapper

Lists

README

        

# vue-with-wrapper

A object deconstruction in `Vue`

[CodeSandbox](https://codesandbox.io/s/vue-with-wrapper-demo-96i3f)

**Notice**

It is a `functional` component

## Example

### Pass any props

```html




{{e}}


{{f}}


{{b}}


{{parse.b}}
{{parse.c}}
{{parse.d}}


```

### Pass object with v-bind

```html




{{data_1}}
{{data_2}}


```