Refactor loading vue app
This commit is contained in:
parent
b00f92a2fe
commit
f41db67663
3 changed files with 20 additions and 20 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue