fix: lib import bug

Former-commit-id: 632f309f31e9ffc2d945e487ed5582bedc5b775b
This commit is contained in:
Rackar
2022-08-27 16:13:58 +08:00
parent 72c560d9bc
commit 8372abe8ff
2 changed files with 2 additions and 1 deletions

View File

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