Comparing version 1.8.13 to 1.8.14
@@ -19,3 +19,5 @@ // The Vue build version to load with the `import` command | ||
Vue.use(LoadingPlugin); | ||
Vue.use(LoadingPlugin, { | ||
delay: 100 | ||
}); | ||
Vue.use(AlertPlugin); | ||
@@ -22,0 +24,0 @@ Vue.use(ConfirmPlugin); |
{ | ||
"name": "@58fe/v5", | ||
"version": "1.8.13", | ||
"version": "1.8.14", | ||
"main": "src/index.js", | ||
@@ -5,0 +5,0 @@ "description": "vue components", |
@@ -10,7 +10,11 @@ import Loading from './../../components/loading'; | ||
}); | ||
document.body.appendChild($vm.$el); | ||
$vm = Object.assign($vm, props); | ||
const loading = { | ||
show() { | ||
if ($vm.show) return; | ||
$vm.value = true; | ||
@@ -30,2 +34,3 @@ }, | ||
} | ||
Vue.mixin({ | ||
@@ -32,0 +37,0 @@ created: function () { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
243618
5159