mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-22 06:45:06 +08:00
refactor: 统一 setup 格式
This commit is contained in:
@ -19,7 +19,7 @@
|
||||
</ElDialog>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
<script lang="ts" setup>
|
||||
const router = useRouter() // 路由对象
|
||||
const showSearch = ref(false) // 是否显示弹框
|
||||
const value: Ref = ref('') // 用户输入的值
|
||||
|
Reference in New Issue
Block a user