UNPKG

asp-smart-ui-plus-test

Version:

A Component Library for Vue 3

8 lines (5 loc) 248 B
import PCComponents from './pc-component.mjs'; import H5Components from './h5-component.mjs'; import AntComponets from './ant-component.mjs'; var Components = [...PCComponents, ...H5Components, ...AntComponets]; export { Components as default };