start adding showcase screen

This commit is contained in:
2024-06-27 18:39:06 +02:00
parent 1e11f1dc2e
commit 7a42ab8b4e
17 changed files with 882 additions and 504 deletions

View File

@@ -9,6 +9,6 @@ const app = createApp(App)
app.use(createPinia())
app.use(router)
localStorage.setItem( 'url', 'http://localhost:8081' );
localStorage.setItem( 'url', 'http://localhost:8082' );
app.mount('#app')