UNPKG

vue-admin-core

Version:
14 lines (12 loc) 281 B
const getPrefixCls = (scope) => { if (!scope) return "vac"; return `vac-${scope}`; }; const getFormilyPrefixCls = (scope) => { if (!scope) return "vac-f"; return `vac-f-${scope}`; }; export { getFormilyPrefixCls, getPrefixCls }; //# sourceMappingURL=const.mjs.map