1
0
mirror of synced 2025-12-11 00:28:09 +08:00

fix 修改多个实例重复安装警告问题 #1654

This commit is contained in:
xuliangzhan
2022-02-17 21:44:25 +08:00
parent 5ea78d1cc2
commit ad3325543c
34 changed files with 108 additions and 51 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "vxe-table",
"version": "4.2.0-beta.0",
"version": "4.2.0-beta.1",
"description": "一个基于 vue 的 PC 端表格组件,支持增删改查、虚拟列表、虚拟树、懒加载、快捷菜单、数据校验、树形结构、打印导出、表单渲染、数据分页、弹窗、自定义模板、渲染器、贼灵活的配置项、扩展接口等...",
"scripts": {
"serve": "vue-cli-service serve",
@@ -36,7 +36,7 @@
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/compiler-sfc": "^3.2.28",
"@vue/compiler-sfc": "^3.2.31",
"@vue/eslint-config-standard": "^5.1.2",
"@vue/eslint-config-typescript": "^7.0.0",
"core-js": "^3.6.5",
@@ -61,7 +61,7 @@
"sass": "^1.45.1",
"sass-loader": "^10.0.5",
"typescript": "~4.3.5",
"vue": "^3.2.30",
"vue": "^3.2.31",
"vue-i18n": "^9.1.7",
"vue-router": "^4.0.11",
"vuex": "^4.0.2",