lw-cdp-ui 1.6.0 → 1.6.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.
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
<el-form-item :label="$t('lwLayout.user.layout')">
|
|
14
14
|
<el-select v-model="layout" placeholder="请选择" @change="changeLayout">
|
|
15
15
|
<el-option label="默认" value="default"></el-option>
|
|
16
|
-
<el-option label="轻奢" value="light"></el-option>
|
|
16
|
+
<el-option label="轻奢" value="light" disabled></el-option>
|
|
17
17
|
<el-option label="经典" value="menu"></el-option>
|
|
18
18
|
<el-option label="功能坞" value="dock" disabled></el-option>
|
|
19
19
|
</el-select>
|
package/dist/lw-cdp-ui.esm.js
CHANGED
|
@@ -18620,7 +18620,7 @@ function Vb(e, t, n, r, a, o) {
|
|
|
18620
18620
|
}, 8, ["modelValue"])
|
|
18621
18621
|
]);
|
|
18622
18622
|
}
|
|
18623
|
-
const Ob = /* @__PURE__ */ J(xb, [["render", Vb], ["__scopeId", "data-v-2ebe66a3"]]), Rb = "1.6.
|
|
18623
|
+
const Ob = /* @__PURE__ */ J(xb, [["render", Vb], ["__scopeId", "data-v-2ebe66a3"]]), Rb = "1.6.1", Db = {
|
|
18624
18624
|
version: Rb
|
|
18625
18625
|
}, Pb = {
|
|
18626
18626
|
name: "BuMenu",
|
|
@@ -19657,7 +19657,8 @@ function vC(e, t, n, r, a, o) {
|
|
|
19657
19657
|
}),
|
|
19658
19658
|
f(d, {
|
|
19659
19659
|
label: "轻奢",
|
|
19660
|
-
value: "light"
|
|
19660
|
+
value: "light",
|
|
19661
|
+
disabled: ""
|
|
19661
19662
|
}),
|
|
19662
19663
|
f(d, {
|
|
19663
19664
|
label: "经典",
|