mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-20 02:47:30 +08:00
OutPutEditor添加键入建议变量名功能,并加入重名检测
This commit is contained in:
@@ -90,10 +90,6 @@ export default defineComponent({
|
||||
default: true,
|
||||
},
|
||||
},
|
||||
setup() {
|
||||
const getCurrentExistingVar = inject("getCurrentExistingVar");
|
||||
return { getCurrentExistingVar };
|
||||
},
|
||||
emits: ["update:modelValue", "add-command", "action"],
|
||||
data() {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user