UNPKG

song-ui-u

Version:

vue3 + js的PC前端组件库

10 lines (7 loc) 252 B
import { componentInstall } from '../../utils/install.mjs'; import 'song-ui-pro-icon'; import Tag from './src/index.mjs'; const XTag = componentInstall(Tag); var index = { XTag }; export { XTag, index as default }; //# sourceMappingURL=index.mjs.map