fix: 修改文件名大小写

This commit is contained in:
陈昱达
2025-03-12 16:15:42 +08:00
parent fc033a161b
commit 394cbf431b
2 changed files with 2 additions and 1 deletions

View File

@@ -52,6 +52,7 @@ const props = defineProps({
}
});
const element = ref(props.element);
// 选中题目后出现的操作
const emit = defineEmits(['getChooseQuestionId', 'move', 'copy']);