https://github.com/zwingz/vue-with-wrapper
vue with wrapper
https://github.com/zwingz/vue-with-wrapper
vue vue-components
Last synced: about 1 year ago
JSON representation
vue with wrapper
- Host: GitHub
- URL: https://github.com/zwingz/vue-with-wrapper
- Owner: zWingz
- Created: 2020-05-13T14:29:26.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T05:48:26.000Z (over 3 years ago)
- Last Synced: 2025-05-18T22:14:02.820Z (about 1 year ago)
- Topics: vue, vue-components
- Language: JavaScript
- Size: 3.89 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
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}}
```