@@ -26,7 +26,7 @@ const Home = import('./components/Home.vue');
 | 
			
		||||
const Imprint = import('./components/Imprint.vue');
 | 
			
		||||
const Privacy = import('./components/Privacy.vue');
 | 
			
		||||
const Register = import('./components/Register.vue');
 | 
			
		||||
const Profile = import('./components/Profile.vue');
 | 
			
		||||
const Profile = () => import('./components/Profile.vue');
 | 
			
		||||
//
 | 
			
		||||
let routes = [ { path: '/', component: EnvError } ];
 | 
			
		||||
if (typeof config !== 'undefined') {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user