UNPKG

vue-admin-core

Version:
17 lines (14 loc) 337 B
'use strict'; const getPrefixCls = (scope) => { if (!scope) return "vac"; return `vac-${scope}`; }; const getFormilyPrefixCls = (scope) => { if (!scope) return "vac-f"; return `vac-f-${scope}`; }; exports.getFormilyPrefixCls = getFormilyPrefixCls; exports.getPrefixCls = getPrefixCls; //# sourceMappingURL=const.js.map