## 依赖
vxe-table文档 https://vxetable.cn/v4/#/table/start/install


# 项目中引入方法 我用的
npm install dyc-components-vue3

main.js中

import dycComponents from 'dyc-components-vue3/dist/dycui-vue3-umd.js'
import 'dyc-components-vue3/dist/style.css'

createApp(App).use(dycComponents).mount('#app')


页面中直接使用
<BaseTable></BaseTable>