mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-10 15:34:05 +08:00
10 lines
125 B
Vue
10 lines
125 B
Vue
<template>
|
|
<div>commandPage</div>
|
|
</template>
|
|
|
|
<script>
|
|
console.log(quickcommand.enterData);
|
|
|
|
export default {};
|
|
</script>
|