Compare commits
No commits in common. "cd427c83537aa5601adc55228a59667b03d94be1" and "b102c6308f824cc75c381ae9777a2babfe6ae765" have entirely different histories.
cd427c8353
...
b102c6308f
@ -2,9 +2,6 @@
|
|||||||
import { useRouter } from 'vue-router';
|
import { useRouter } from 'vue-router';
|
||||||
|
|
||||||
const router = useRouter();
|
const router = useRouter();
|
||||||
definePageMeta({
|
|
||||||
layout: 'login',
|
|
||||||
})
|
|
||||||
function goToPage() {
|
function goToPage() {
|
||||||
router.push('/countryRegion');
|
router.push('/countryRegion');
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user