UNPKG

ant-design-vue

Version:

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

16 lines (14 loc) 295 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.antDecorator = antDecorator; function antDecorator(Vue) { return Vue.directive('decorator', {}); } exports['default'] = { // just for tag install: function install(Vue) { antDecorator(Vue); } };