UNPKG

ant-design-vue

Version:

An enterprise-class UI design language and Vue-based implementation

10 lines (9 loc) 179 B
export function antDecorator(Vue) { return Vue.directive('decorator', {}); } export default { // just for tag install: function install(Vue) { antDecorator(Vue); } };