0.0.4 • Published 8 years ago

vue-descendant-selectors-mixin v0.0.4

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

vue-descendant-selectors-mixin

使用后代选择器从父代向子代注入$options

安装

npm:

npm i --save vue-descendant-selectors-mixin

使用

import mixin from 'vue-descendant-selectors-mixin';

export default {
  mixins: [ mixin ]
}

例子

  • 查看examples文件夹
  • npm run examples可在浏览器中预览
0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

9 years ago