fix: 修改文件名大小写

This commit is contained in:
陈昱达
2025-03-12 15:51:49 +08:00
parent 5dd48c6a94
commit 79432e9f3d
6 changed files with 97 additions and 1645 deletions

View File

@@ -58,7 +58,7 @@ const emit = defineEmits(['getChooseQuestionId', 'move', 'copy']);
// 选中题目
const chooseItem = () => {
// 使用从 defineProps 接收的 element 对象
emit('getChooseQuestionId', props.element);
emit('getChooseQuestionId', props.element, props.index);
};
</script>
<style scoped lang="scss">