!1 修复初始下载后库引用报错

Merge pull request !1 from Rackar/master

Former-commit-id: 021a207447056ea855dd8f1128d410c740dc9c99
This commit is contained in:
郝先瑞
2022-08-27 08:24:33 +00:00
committed by Gitee
2 changed files with 2 additions and 1 deletions

View File

@@ -11,6 +11,7 @@
}, },
"dependencies": { "dependencies": {
"@element-plus/icons-vue": "^1.0.0", "@element-plus/icons-vue": "^1.0.0",
"@vueuse/core": "^9.1.1",
"@wangeditor/editor": "^5.0.0", "@wangeditor/editor": "^5.0.0",
"@wangeditor/editor-for-vue": "^5.1.10", "@wangeditor/editor-for-vue": "^5.1.10",
"axios": "^0.24.0", "axios": "^0.24.0",

View File

@@ -42,7 +42,7 @@ import { CaretRight } from '@element-plus/icons-vue';
// API 引用 // API 引用
import { listCategoryOptions } from '@/api/pms/category'; import { listCategoryOptions } from '@/api/pms/category';
import { computed } from '@vue/reactivity'; import { computed } from 'vue';
import { Option } from '@/types/common'; import { Option } from '@/types/common';
const emit = defineEmits(['next', 'update:modelValue']); const emit = defineEmits(['next', 'update:modelValue']);