1.0.5 • Published 4 years ago

vue-attrs-group-mixin v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

vue组件属性、事件分组

安装

npm install vue-attrs-group-mixin --save

or

yarn add vue-attrs-group-mixin

示例

import groupMixin from 'vue-attrs-group-mixin'
export default {
  mixins: [groupMixin()],
  created () {
    console.log('分组数组', this.groupListeners, this.groupAttrs)
  }
}
1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago