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