UNPKG

k-view-vue

Version:

Wei Design - A Vue.js 3 UI library, web3-vue-demo

11 lines (8 loc) 257 B
/** * 导出所有组件 */ import Box from './components/_common/Box' import Charts from './components/_common/Charts' import BarCommon from './components/Charts/Bars/BarCommon' export default [Box, Charts, BarCommon] export { Box, Charts, BarCommon }