mooho-base-admin-plus 2.10.71 → 2.10.73
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 +2 -18
- package/history.md +2 -0
- package/package/mooho-base-admin-plus.min.esm.js +5351 -5346
- package/package/mooho-base-admin-plus.min.js +91 -92
- package/package.json +1 -1
- package/src/components/view/modal-form.vue +9 -0
- package/src/i18n/locale/en-US.js +1 -1
- package/src/i18n/locale/lang.js +1 -1
- package/src/i18n/locale/zh-CN.js +1 -1
- package/src/libs/lodop/index.js +10 -5
package/README.md
CHANGED
|
@@ -1,18 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
> A Vue.js project
|
|
4
|
-
|
|
5
|
-
## Build Setup
|
|
6
|
-
|
|
7
|
-
``` bash
|
|
8
|
-
# install dependencies
|
|
9
|
-
npm install
|
|
10
|
-
|
|
11
|
-
# serve with hot reload at localhost:8080
|
|
12
|
-
npm run dev
|
|
13
|
-
|
|
14
|
-
# build for production with minification
|
|
15
|
-
npm run build
|
|
16
|
-
```
|
|
17
|
-
|
|
18
|
-
For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).
|
|
1
|
+
echo "//registry.npmjs.org/:\_authToken=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" >> .npmrc
|
|
2
|
+
npm config set //registry.npmjs.org/:\_authToken=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
|
package/history.md
CHANGED
|
@@ -242,3 +242,5 @@ mooho-base-admin-plus@2.10.68 - 增加指定节点退回功能
|
|
|
242
242
|
mooho-base-admin-plus@2.10.69 - Excel表格弹出选择框每次弹出时重置筛选条件
|
|
243
243
|
mooho-base-admin-plus@2.10.70 - 修复Excel表格只读文本可编辑的bug
|
|
244
244
|
mooho-base-admin-plus@2.10.71 - 优化Excel表格粘贴效率
|
|
245
|
+
mooho-base-admin-plus@2.10.72 - modal-form组件增加excelTableTop插槽
|
|
246
|
+
mooho-base-admin-plus@2.10.73 - 更新lodop获取方式,避免跨域问题
|