mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-16 01:41:15 +08:00
8 lines
113 B
JavaScript
8 lines
113 B
JavaScript
|
export default {
|
||
|
// just for tag
|
||
|
install: (Vue, options) => {
|
||
|
Vue.directive('decorator', {
|
||
|
})
|
||
|
},
|
||
|
}
|