@v2coding/ui 0.1.38 → 0.1.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/v2coding-ui.esm.js +403 -964
- package/dist/v2coding-ui.min.js +2 -2
- package/dist/v2coding-ui.ssr.js +411 -945
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,5 +7,5 @@
|
|
|
7
7
|
## 使用须知
|
|
8
8
|
- 提前在项目中安装以下依赖
|
|
9
9
|
```bash
|
|
10
|
-
yarn add
|
|
10
|
+
yarn add moment element-ui quill vue-quill-editor pinyin-match lodash vuex axios await-to-js vue-router vuex-persist immutable @amap/amap-jsapi-loader gcoord vue-multipane
|
|
11
11
|
```
|