PinPuYi.vue
This commit is contained in:
13
src/pages/Page/PinPuYi.page.vue
Normal file
13
src/pages/Page/PinPuYi.page.vue
Normal file
@ -0,0 +1,13 @@
|
||||
<!--
|
||||
http://localhost:4730/Page/PinPuYi
|
||||
-->
|
||||
<script setup lang="ts">
|
||||
definePage({ meta: { title: '频谱仪', hidden: !$__DEV__ } });
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<template v-if="$__DEV__">
|
||||
<PinPuYi />
|
||||
</template>
|
||||
<template v-else> 🤡 </template>
|
||||
</template>
|
Reference in New Issue
Block a user