@opentiny/vue-runtime 3.19.0 → 3.19.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/style.css +1 -1
- package/dist2/tailwind.css +584 -0
- package/dist2/tiny-vue-all.mjs +123 -131
- package/dist2/tiny-vue-directive.mjs +1977 -0
- package/dist2/tiny-vue-icon-multicolor.mjs +509 -0
- package/dist2/tiny-vue-icon-saas.mjs +7630 -0
- package/dist2/tiny-vue-icon.mjs +7630 -0
- package/dist2/tiny-vue-mobile-first.mjs +93198 -0
- package/dist2/tiny-vue-pc.mjs +145 -153
- package/dist2/tiny-vue-simple.mjs +162 -171
- package/dist3/style.css +1 -1
- package/dist3/tiny-vue-all.mjs +13727 -13730
- package/dist3/tiny-vue-mobile-first.mjs +2 -2
- package/dist3/tiny-vue-pc.mjs +12015 -12018
- package/dist3/tiny-vue-simple.mjs +9783 -9787
- package/package.json +2 -2
- package/LICENSE +0 -22
|
@@ -16063,7 +16063,7 @@ const La = U({
|
|
|
16063
16063
|
});
|
|
16064
16064
|
}
|
|
16065
16065
|
});
|
|
16066
|
-
const fB = "3.19.
|
|
16066
|
+
const fB = "3.19.1";
|
|
16067
16067
|
La.install = function(n) {
|
|
16068
16068
|
n.component(La.name, La);
|
|
16069
16069
|
};
|
|
@@ -24509,7 +24509,7 @@ const vr = U({
|
|
|
24509
24509
|
});
|
|
24510
24510
|
}
|
|
24511
24511
|
});
|
|
24512
|
-
const hU = "3.19.
|
|
24512
|
+
const hU = "3.19.1";
|
|
24513
24513
|
vr.model = {
|
|
24514
24514
|
prop: "modelValue",
|
|
24515
24515
|
event: "update:modelValue"
|