submit
This commit is contained in:
parent
44a29836fb
commit
42ddc6aa4b
@ -23,9 +23,6 @@
|
|||||||
</template>
|
</template>
|
||||||
<script setup>
|
<script setup>
|
||||||
import {ref, defineEmits, watch,} from 'vue'
|
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 emit=defineEmits(['update:modelValue'])
|
||||||
const acc = ref(1)
|
const acc = ref(1)
|
||||||
watch(acc,()=>{
|
watch(acc,()=>{
|
||||||
|
Loading…
Reference in New Issue
Block a user