cloudbase-vue-next
Advanced tools
Comparing version 0.0.8 to 0.0.9
{ | ||
"name": "cloudbase-vue-next", | ||
"version": "0.0.8", | ||
"version": "0.0.9", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -20,8 +20,8 @@ import cloudbase from "@cloudbase/js-sdk" | ||
// Vue.component("UploadCloudFile", UploadCloudFile) | ||
let cloudbase = cloudbase.init({ | ||
let cloud = cloudbase.init({ | ||
env: options.env, | ||
region: options.region | ||
}) | ||
app.config.globalProperties.$cloudbase = cloudbase | ||
app.provide("cloudbase", cloudbase) | ||
app.config.globalProperties.$cloudbase = cloud | ||
app.provide("cloudbase", cloud) | ||
} | ||
@@ -28,0 +28,0 @@ } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
3405333