This commit is contained in:
xingyy 2023-12-05 19:06:42 +08:00
parent 44a29836fb
commit 42ddc6aa4b

View File

@ -23,9 +23,6 @@
</template>
<script setup>
import {ref, defineEmits, watch,} from 'vue'
import tmApp from '@/tmui/components/tm-app/tm-app.vue'
import tmTabbar from '@/tmui/components/tm-tabbar/tm-tabbar.vue'
import tmTabbarItem from '@/tmui/components/tm-tabbar-item/tm-tabbar-item.vue'
const emit=defineEmits(['update:modelValue'])
const acc = ref(1)
watch(acc,()=>{