fix: 修改文件名大小写
This commit is contained in:
@@ -52,6 +52,7 @@ const props = defineProps({
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
const element = ref(props.element);
|
const element = ref(props.element);
|
||||||
|
|
||||||
// 选中题目后出现的操作
|
// 选中题目后出现的操作
|
||||||
const emit = defineEmits(['getChooseQuestionId', 'move', 'copy']);
|
const emit = defineEmits(['getChooseQuestionId', 'move', 'copy']);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user