Refactor loading vue app

This commit is contained in:
Maarten 2024-11-25 19:38:04 +01:00
parent b00f92a2fe
commit f41db67663
3 changed files with 20 additions and 20 deletions

View file

@ -4,7 +4,7 @@ import ToastPlugin from 'vue-toast-notification';
import 'vue-toast-notification/dist/theme-default.css';
// Import components
import Subnet from '@app/Subnet.vue';
import Subnet from '@scripts/app/Subnet.vue';
// Initialize vue app
function initializeApp(element: string, component: any): void {