@opentinyvue/vue-runtime 3.29.0 → 3.29.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/dist2/tiny-vue-all.mjs +145 -47
- package/dist2/tiny-vue-locale.mjs +88 -68
- package/dist2/tiny-vue-mobile-first.mjs +15 -6
- package/dist2/tiny-vue-pc.mjs +143 -45
- package/dist2/tiny-vue-saas-common.mjs +6 -1
- package/dist2/tiny-vue-simple.mjs +141 -43
- package/dist3/tiny-vue-all.mjs +14883 -14847
- package/dist3/tiny-vue-locale.mjs +89 -69
- package/dist3/tiny-vue-mobile-first.mjs +14 -5
- package/dist3/tiny-vue-pc.mjs +15243 -15207
- package/dist3/tiny-vue-saas-common.mjs +6 -1
- package/dist3/tiny-vue-simple.mjs +11957 -11921
- package/package.json +1 -1
|
@@ -2577,7 +2577,12 @@ const Ei = {
|
|
|
2577
2577
|
show: "显示侧边栏"
|
|
2578
2578
|
},
|
|
2579
2579
|
navMenu: {
|
|
2580
|
-
moreText: "更多"
|
|
2580
|
+
moreText: "更多",
|
|
2581
|
+
navigation: "导航",
|
|
2582
|
+
mainMenu: "主菜单",
|
|
2583
|
+
subMenu: "子菜单",
|
|
2584
|
+
expand: "展开菜单",
|
|
2585
|
+
collapse: "收起菜单"
|
|
2581
2586
|
},
|
|
2582
2587
|
logout: {
|
|
2583
2588
|
in: "登录",
|