zhihao-ui 1.0.1

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 ADDED
@@ -0,0 +1,14 @@
1
+ # Vue3-components
2
+
3
+
4
+ ## 目录结构
5
+
6
+ ```text
7
+ |- examples
8
+ |- packages
9
+ | |- components // 组件代码
10
+ | |- theme-chalk // 样式文件
11
+ | |- utils // 工具函数
12
+
13
+
14
+ ```