UNPKG

atui

Version:

components built with Vue.js

17 lines (13 loc) 216 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var GlobalMixin = { props: { prefixCls: { type: String, default: 'atui' } } }; exports.default = GlobalMixin;