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