mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-08 14:34:13 +08:00
命令界面
This commit is contained in:
parent
4a28130bbb
commit
001897ad48
@ -1,9 +1,23 @@
|
||||
<template>
|
||||
<div>commandPage</div>
|
||||
<div
|
||||
:style="{
|
||||
whiteSpace: 'pre',
|
||||
}"
|
||||
>
|
||||
{{ enterData }}
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
console.log(quickcommand.enterData);
|
||||
|
||||
export default {};
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
output: "",
|
||||
enterData: "",
|
||||
};
|
||||
},
|
||||
mounted() {
|
||||
this.enterData = quickcommand.enterData;
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user