meixioacomponent 0.1.93 → 0.1.94
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.
|
@@ -40297,6 +40297,7 @@ var pro_form_itemvue_type_template_id_fa724d8c_scoped_true_staticRenderFns = []
|
|
|
40297
40297
|
|
|
40298
40298
|
|
|
40299
40299
|
|
|
40300
|
+
|
|
40300
40301
|
var theme_Theme = /*#__PURE__*/function () {
|
|
40301
40302
|
function Theme() {
|
|
40302
40303
|
_classCallCheck(this, Theme);
|
|
@@ -40342,7 +40343,7 @@ var theme_Theme = /*#__PURE__*/function () {
|
|
|
40342
40343
|
}, {
|
|
40343
40344
|
key: "setCurrentTheme",
|
|
40344
40345
|
value: function setCurrentTheme(themeText) {
|
|
40345
|
-
this
|
|
40346
|
+
external_commonjs_vue_commonjs2_vue_root_Vue_default.a.set(this, "currentTheme", themeText); // 设置html 属性 同步视图层
|
|
40346
40347
|
|
|
40347
40348
|
this.setTheme(this.currentTheme);
|
|
40348
40349
|
}
|
|
@@ -40306,6 +40306,7 @@ var pro_form_itemvue_type_template_id_fa724d8c_scoped_true_staticRenderFns = []
|
|
|
40306
40306
|
|
|
40307
40307
|
|
|
40308
40308
|
|
|
40309
|
+
|
|
40309
40310
|
var theme_Theme = /*#__PURE__*/function () {
|
|
40310
40311
|
function Theme() {
|
|
40311
40312
|
_classCallCheck(this, Theme);
|
|
@@ -40351,7 +40352,7 @@ var theme_Theme = /*#__PURE__*/function () {
|
|
|
40351
40352
|
}, {
|
|
40352
40353
|
key: "setCurrentTheme",
|
|
40353
40354
|
value: function setCurrentTheme(themeText) {
|
|
40354
|
-
this
|
|
40355
|
+
external_commonjs_vue_commonjs2_vue_root_Vue_default.a.set(this, "currentTheme", themeText); // 设置html 属性 同步视图层
|
|
40355
40356
|
|
|
40356
40357
|
this.setTheme(this.currentTheme);
|
|
40357
40358
|
}
|