dai-vue-temp-m

更新引用

2022/4/13 9:19:15

更改列表

build/config.js 1(+1 -0)

package.json 8(+4 -4)

详细信息

build/config.js 1(+1 -0)

diff --git a/build/config.js b/build/config.js
index b9dfaa0..c709411 100644
--- a/build/config.js
+++ b/build/config.js
@@ -2,6 +2,7 @@ module.exports = config = {
     port: 8090,
     //打包目标目录
     buildPath: './dist/',
+    //拷贝目录及文件
     copy: [
         {
             //源目录/文件

package.json 8(+4 -4)

diff --git a/package.json b/package.json
index c143986..2b652f6 100644
--- a/package.json
+++ b/package.json
@@ -3,13 +3,13 @@
     "version": "1.0.0",
     "description": "dai-vue",
     "main": "src/index.js",
-    "dependencies": {
-        "dai-vue": "^1.0.6"
-    },
     "scripts": {
         "dev": "node ./build/dev.js",
         "build": "node ./build/build.js"
     },
     "author": "",
-    "license": "ISC"
+    "license": "ISC",
+    "dependencies": {
+        "dai-vue": "^1.0.10"
+    }
 }