@maxtropy/v-components 0.0.1-beta.0 → 0.0.1-beta.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 CHANGED
@@ -19,6 +19,7 @@ import '@maxtropy/v-components/dist/style.css';
19
19
  createApp(App).use(MaxtropyUI).mount('#app');
20
20
  ```
21
21
 
22
- ## 3、先行版本
22
+ ## 3、当前版本
23
23
 
24
- 0.0.1-beta.0
24
+ 预发布 0.0.1-beta.1
25
+ 稳定版本
@@ -9022,7 +9022,7 @@ const Sy = /* @__PURE__ */ Io(Ty, [["__scopeId", "data-v-413924a7"]]), uo = /* @
9022
9022
  {
9023
9023
  immediate: !0
9024
9024
  }
9025
- ), (I, K) => c(s) ? W("", !0) : (y(), k("div", {
9025
+ ), (I, K) => !c(s) && c(m) ? (y(), k("div", {
9026
9026
  key: 0,
9027
9027
  class: D(["side-menu", n == null ? void 0 : n.customClass])
9028
9028
  }, [
@@ -9080,7 +9080,7 @@ const Sy = /* @__PURE__ */ Io(Ty, [["__scopeId", "data-v-413924a7"]]), uo = /* @
9080
9080
  modelValue: a.value,
9081
9081
  "onUpdate:modelValue": K[0] || (K[0] = (B) => a.value = B)
9082
9082
  }, null, 8, ["modelValue"]))
9083
- ], 2));
9083
+ ], 2)) : W("", !0);
9084
9084
  }
9085
9085
  });
9086
9086
  uo.install = (e) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxtropy/v-components",
3
- "version": "0.0.1-beta.0",
3
+ "version": "0.0.1-beta.1",
4
4
  "files": [
5
5
  "dist"
6
6
  ],