- remove default import - defineProps

This commit is contained in:
2023-07-30 22:32:29 +02:00
parent 6f5d188017
commit 767fb868cd
5 changed files with 4 additions and 6 deletions

View File

@@ -1,5 +1,6 @@
import { createRouter, createWebHistory } from 'vue-router';
import Home from './views/Home.vue';
const Home = import('./views/Home.vue');
export default createRouter({
history: createWebHistory(),