Skip to content

Commit

Permalink
chore(ElementProCrud): 移除cdn版本号,默认最新版本,升级至0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Nov 26, 2020
1 parent 9dcd89e commit 2ab9d89
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# 0.1.0 (2020-11-20)
# 0.1.0 (2020-11-26)

### 🌟 新功能
范围|描述|commitId
--|--|--
- | 引入vuex-class语法糖 | [0046645](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/0046645)
axios | 打包后支持动态修改api地址 | [29d6e34](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/29d6e34)
CrudTable | support tree table lazy load | [4539b49](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/4539b49)
- | add eslint ignore config (public/*) | [f23a2e4](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/f23a2e4)
Expand Down Expand Up @@ -56,6 +57,7 @@
### 📝 文档
范围|描述|commitId
--|--|--
- | 更新线上预览地址 | [cd337e4](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/cd337e4)
- | update ReadME | [5098e77](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/5098e77)
- | update README git lint | [d1885dd](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/d1885dd)
des | 补充部分注释说明 | [a020c8e](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/a020c8e)
Expand Down Expand Up @@ -101,8 +103,10 @@
### 🚀 性能优化
范围|描述|commitId
--|--|--
- | 版本升级至[@0](https://github.com/0).3.0 | [77e1643](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/77e1643)
- | 调整文件位置 | [4782df6](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/4782df6)
- | 附件,表格组件支持只读属性 | [195baa9](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/195baa9)
- | 首页引用改为相对路径 | [9dcd89e](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/9dcd89e)
- | 新增types文件夹定义全局type | [d8d37b2](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/d8d37b2)
- | 移除表格设计器多余代码 | [2b90ad8](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/2b90ad8)
- | change dropdown button | [a3ce816](https://github.com/BoBoooooo/BoBo-Vue-Admin/commit/a3ce816)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"axios": "^0.19.2",
"core-js": "3.6.5",
"dayjs": "1.8.20",
"element-pro-crud": "0.3.0",
"element-pro-crud": "^0.3.1",
"element-ui": "^2.13.2",
"inquirer": "^6.5.2",
"lodash": "^4.17.14",
Expand Down
4 changes: 2 additions & 2 deletions vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ module.exports = {
'/axios@0.19.2/dist/axios.min.js',
'/lodash@4.17.14/lodash.min.js',
'/core-js@2.6.5/client/shim.min.js',
'/element-pro-crud@0.3.0/lib/ProCrud.umd.min.js',
'/element-pro-crud@0.3.0/lib/ProCrud.css',
'/element-pro-crud/lib/ProCrud.umd.min.js',
'/element-pro-crud/lib/ProCrud.css',
],
append: false,
publicPath: 'https://cdn.jsdelivr.net/npm',
Expand Down

0 comments on commit 2ab9d89

Please sign in to comment.