diff --git a/.svn/wc.db b/.svn/wc.db index c0c966f..ecc28bb 100644 Binary files a/.svn/wc.db and b/.svn/wc.db differ diff --git a/src/views/demo/document.vue b/src/views/demo/document.vue index ad27e38..41025a8 100644 --- a/src/views/demo/document.vue +++ b/src/views/demo/document.vue @@ -8,8 +8,11 @@
使用
-
将src下的components及plugins复制至你的项目内
-
并在main.js中引入他们即可使用
+
你需要将如下文件复制至你的项目内
+
./src/plugins
+
./src/components
+
./src/config
+
并在main.js中引入plugins和components
// main.js