uTools-quickcommand/src/pages/CommandPage.vue
2022-04-04 09:54:30 +08:00

10 lines
125 B
Vue

<template>
<div>commandPage</div>
</template>
<script>
console.log(quickcommand.enterData);
export default {};
</script>