dai-vue-temp-m
详细信息
.gitignore 3(+2 -1)
diff --git a/.gitignore b/.gitignore
index 04c01ba..737bc52 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
node_modules/
-dist/
\ No newline at end of file
+dist/
+package-lock.json
\ No newline at end of file
package.json 2(+1 -1)
diff --git a/package.json b/package.json
index 24e0cb3..ea9e856 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
"description": "dai-vue",
"main": "src/index.js",
"dependencies": {
- "dai-vue": "..//dai-vue",
+ "dai-vue": "^1.0.3",
"vuex": "^3.6.2"
},
"scripts": {