add name to studentenverwaltung app

This commit is contained in:
Harald Bamberger
2025-04-11 16:53:39 +02:00
parent f45e0105b0
commit 3c3e2ae662
+3 -1
View File
@@ -34,7 +34,9 @@ const router = VueRouter.createRouter({
]
});
const app = Vue.createApp();
const app = Vue.createApp({
name: 'StudentenverwaltungApp'
});
app
.use(router)