dyc-components-vue3
v1.2.80
Published
this is a dyc-components-vue for vue3
Downloads
1,049
Readme
依赖
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')
页面中直接使用