mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-09 15:04:06 +08:00
注释分享相关代码
This commit is contained in:
parent
632adf11e1
commit
5f00c125d9
@ -233,9 +233,9 @@
|
||||
@delCrontab="delCrontab"
|
||||
/>
|
||||
</q-dialog>
|
||||
<q-dialog v-model="showShare">
|
||||
<!-- <q-dialog v-model="showShare">
|
||||
<ShareDialog :command="getRawCommand(commandInfo)" />
|
||||
</q-dialog>
|
||||
</q-dialog> -->
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@ -243,10 +243,13 @@
|
||||
import commandTypes from "../js/options/commandTypes.js";
|
||||
import platformTypes from "../js/options/platformTypes.js";
|
||||
import CrontabSetting from "components/popup/CrontabSetting";
|
||||
import ShareDialog from "components/popup/ShareDialog";
|
||||
// import ShareDialog from "components/popup/ShareDialog";
|
||||
|
||||
export default {
|
||||
components: { CrontabSetting, ShareDialog },
|
||||
components: {
|
||||
CrontabSetting,
|
||||
// ShareDialog
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
allProgrammings: this.$root.programs,
|
||||
@ -254,7 +257,7 @@ export default {
|
||||
commandTypes: commandTypes,
|
||||
platformTypes: platformTypes,
|
||||
showCrontab: false,
|
||||
showShare: false,
|
||||
// showShare: false,
|
||||
cronJob: null,
|
||||
showCtrlButtons: false,
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user