OutPutEditor添加键入建议变量名功能,并加入重名检测

This commit is contained in:
fofolee
2025-01-26 17:25:58 +08:00
parent baf5217132
commit 73684865ae
8 changed files with 124 additions and 48 deletions

View File

@@ -90,10 +90,6 @@ export default defineComponent({
default: true,
},
},
setup() {
const getCurrentExistingVar = inject("getCurrentExistingVar");
return { getCurrentExistingVar };
},
emits: ["update:modelValue", "add-command", "action"],
data() {
return {