cloudbase-vue-next
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "cloudbase-vue-next", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -10,4 +10,2 @@ import cloudbase from "@cloudbase/js-sdk" | ||
const useCloud = () => { | ||
console.log(inject("test")) | ||
console.log(inject("cloud")) | ||
return inject("cloud") | ||
@@ -29,3 +27,2 @@ } | ||
app.provide("cloud", cloud) | ||
console.log(123) | ||
} | ||
@@ -32,0 +29,0 @@ } |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
3405308
2007