Merge branch 'master' of https://gitee.com/lvYeJu/lane-crawford-3
This commit is contained in:
@@ -6,7 +6,8 @@
|
||||
const currentRouteName = computed(() => router.currentRoute.value.name)
|
||||
import { ref } from 'vue'
|
||||
const onHome = () => {
|
||||
router.push({ name: 'customizeHome' })
|
||||
// router.push({ name: 'customizeHome' })
|
||||
router.push({ path: '/signup' })
|
||||
}
|
||||
const onLibrary = () => {
|
||||
router.push({ name: 'customizeLibrary' })
|
||||
|
||||
Reference in New Issue
Block a user