fix: 修改文件名大小写
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user