fix: lib import bug
Former-commit-id: 632f309f31e9ffc2d945e487ed5582bedc5b775b
This commit is contained in:
@@ -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']);
|
||||
|
||||
Reference in New Issue
Block a user