mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-07 21:46:12 +08:00
添加可视化编排帮助按钮
This commit is contained in:
parent
66a4283b9b
commit
45b22f6115
@ -36,6 +36,9 @@
|
||||
v-if="isDev"
|
||||
>
|
||||
</q-btn>
|
||||
<q-btn flat dense icon="help" @click="showHelp" v-if="isDev">
|
||||
<q-tooltip>帮助</q-tooltip>
|
||||
</q-btn>
|
||||
<q-btn
|
||||
dense
|
||||
flat
|
||||
@ -155,6 +158,9 @@ export default defineComponent({
|
||||
this.$emit("action", "clear");
|
||||
});
|
||||
},
|
||||
showHelp() {
|
||||
window.showUb.help("#TMtYg");
|
||||
},
|
||||
},
|
||||
});
|
||||
</script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user