submit
This commit is contained in:
parent
44a29836fb
commit
42ddc6aa4b
@ -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,()=>{
|
||||
|
Loading…
Reference in New Issue
Block a user