Compare commits

..

No commits in common. "cd427c83537aa5601adc55228a59667b03d94be1" and "b102c6308f824cc75c381ae9777a2babfe6ae765" have entirely different histories.

View File

@ -2,9 +2,6 @@
import { useRouter } from 'vue-router';
const router = useRouter();
definePageMeta({
layout: 'login',
})
function goToPage() {
router.push('/countryRegion');
}