<template>
<button @click="addShow = true">测试</button>
</template>
<script lang="uts" setup>
let addShow = ref(false)
</script>
请问各位大佬,这种写法在UniappX中是不被支持吗
<template>
<button @click="addShow = true">测试</button>
</template>
<script lang="uts" setup>
let addShow = ref(false)
</script>
请问各位大佬,这种写法在UniappX中是不被支持吗
爱上乔 (作者)
感谢,确实管用。
2025-07-10 09:30