sparta-ui 3.51.1 → 3.51.2
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/lib/sdkBaoxue/index.js +2 -0
- package/package.json +1 -1
package/lib/sdkBaoxue/index.js
CHANGED
|
@@ -19440,6 +19440,7 @@ tag_src.install = function (Vue) {
|
|
|
19440
19440
|
|
|
19441
19441
|
|
|
19442
19442
|
|
|
19443
|
+
|
|
19443
19444
|
var components = [sdkBaoxue_row, sdkBaoxue_button, sdkBaoxue_input, sdkBaoxue_radio, sdkBaoxue_radio_group, sdkBaoxue_form, sdkBaoxue_form_item, sdkBaoxue_modal, sdkBaoxue_toast, sdkBaoxue_confirm, sdkBaoxue_password_input, popup_tip, sdkBaoxue_select, sdkBaoxue_option_group, sdkBaoxue_option, sdkBaoxue_checkbox, sdkBaoxue_checkbox_group, sdkBaoxue_tag];
|
|
19444
19445
|
var Sparta = {};
|
|
19445
19446
|
Sparta.install = function (Vue) {
|
|
@@ -19455,6 +19456,7 @@ Sparta.install = function (Vue) {
|
|
|
19455
19456
|
Vue.prototype.$sparta.warning = sdkBaoxue_toast('warning');
|
|
19456
19457
|
Vue.prototype.$sparta.info = sdkBaoxue_toast('info');
|
|
19457
19458
|
Vue.prototype.$sparta.confirm = sdkBaoxue_confirm;
|
|
19459
|
+
Vue.prototype.$sparta.popLayerManage = model_PopLayerManage.getInstance();
|
|
19458
19460
|
};
|
|
19459
19461
|
|
|
19460
19462
|
// 整体引入
|