vue-amazing-ui 1.3.2 → 1.3.4
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 +1 -1
- package/dist/style.css +1 -1
- package/dist/vue-amazing-ui.iife.js +11 -11
- package/dist/vue-amazing-ui.js +931 -917
- package/dist/vue-amazing-ui.umd.cjs +4 -4
- package/package.json +28 -28
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# vue-amazing-ui
|
|
2
2
|
|
|
3
|
-
*该组件库采用 `Vue@3.4.
|
|
3
|
+
*该组件库采用 `Vue@3.4.34`+ `TypeScript@5.5.4` + `Vite@5.3.5` + `Less@4.2.0` 实现!*<br/>
|
|
4
4
|
*所有组件样式 `CSS` 均使用 `box-sizing: border-box;` 模式!*<br/>
|
|
5
5
|
*目前共有 `59` 个常用基础 `UI` 组件,以及 `15` 个常用工具函数,并且持续探索优化更新中...!*<br/>
|
|
6
6
|
*开箱即用!*
|