1.0.6 • Published 1 year ago

kaygnas-vue-property-decorator v1.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Vue Property Decorator

This library fully depends on vue-class-component, so please read its README before using this library.

This repository is fork from kaorun343/vue-property-decorator.

Dependencies

Backward Compatible

Since vue-property-decorator@10.0.0-rc.1 has multiple breaking change, in order to make migration from vue2 to vue3 more smoothly, some of API in ^9.0.0 are left untouched in this repo, it would make migration easier.

Here's the list: (Those with ✅ behind mean they work the same as the previous version.)

  • @Prop ✅
  • @PropSync
  • @Model ✅
  • @ModelSync
  • @Watch ✅
  • @ProvideReactive ✅
  • @InjectReactive ✅
  • @Emit ✅
  • @Ref ✅
  • @Component ✅
  • Mixins ✅

Attention

  • This forking is trying to help project using vue2 migrate to vue3.
  • Since the next version of vue-class-component stayed rc for over two years, it's recommended not to depend on vue-property-decorator for further coding.
  • This forking might not be maintain for anymore.

Installation

$ npm install --save kaygnas-vue-property-decorator
# or
$ yarn add kaygnas-vue-property-decorator

Usage

for usage, please check kaorun343/vue-property-decorator

License

MIT

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago