1.0.7 • Published 5 years ago

vue-ts-decorators v1.0.7

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

Vue TS Decorators

npm

This library is full depends on:

  1. vue-class-component.
  2. vue-property-decorator.
  3. vuex-class.

And merged some futures from Vuety & vue-ts-decorate

License

MIT License

Install

npm i vue-ts-decorators

Usage

There are 20 decorators:

  • @Component (exported from vue-class-component)
  • @Mixin (exported from vue-class-component)
  • @Props
  • @Prop
  • @Watch
  • @Model
  • @Inject
  • @Provide
  • @Emit
  • @LifeCycle
  • @Data
  • @Render
  • @On
  • @Once
  • @Filter
  • @State
  • @Getter
  • @Action
  • @Mutation
  • @namespace

See also

-vue-class-component -vue-property-decorator -vuex-class

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago