dyc-components-vue3 1.0.0 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,3 +1,11 @@
1
1
  # 项目中引入方法
2
+ pnpm install dyc-components-vue3
2
3
 
4
+ main.js中
3
5
 
6
+ import dycComponents from 'dyc-components-vue3/dist/dycui-vue3-umd.js'
7
+ createApp(App).use(dycComponents).mount('#app')
8
+
9
+
10
+ 页面中直接使用
11
+ <BaseTable></BaseTable>