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