aaa
This commit is contained in:
@@ -12,7 +12,7 @@ import img from '@/assets/images/brand-null.png'
|
||||
let data = reactive({
|
||||
})
|
||||
const router = useRouter()
|
||||
const isShoppingShow = ref(true)
|
||||
const isShoppingShow = ref(false)
|
||||
const shoppingClose = () => {
|
||||
isShoppingShow.value = false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user