Compare commits
2 Commits
b102c6308f
...
cd427c8353
Author | SHA1 | Date | |
---|---|---|---|
|
cd427c8353 | ||
|
1e1e7c320f |
@ -2,6 +2,9 @@
|
||||
import { useRouter } from 'vue-router';
|
||||
|
||||
const router = useRouter();
|
||||
definePageMeta({
|
||||
layout: 'login',
|
||||
})
|
||||
function goToPage() {
|
||||
router.push('/countryRegion');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user