vue-decorator
Version:
Custom decorators to vue-class-component that fits Vue 3
20 lines (15 loc) • 456 B
Markdown
# Welcome to vue-decorator
Hi!, this is a wrapper to two good projects:
1. [vue-class-component](https://github.com/kaorun343/vue-property-decorator)
2. [vue-property-decorator](https://github.com/kaorun343/vue-property-decorator)
This give us custom decorators provide by vue-class-component and vue-property-decorator that fits Vue 3
##Compatible: Vue 3
## Install
### yarn
```bash
yarn add vue-decorator
```
### npm
```bash
npm i vue-decorator
```