1
0
forked from PGL/Clyde

Fixing the login page availability

To access the login page you need login.html. Then this page loads the
login.js that generate the login.vue in the div#app (with the '#app')
This commit is contained in:
2024-03-04 13:16:42 +01:00
committed by Wal
parent 25fe568148
commit 9850f2145c
2 changed files with 12 additions and 1 deletions

View File

@ -3,4 +3,4 @@ import './assets/main.css'
import { createApp } from 'vue'
import App from './Login.vue'
createApp(App).mount('#login')
createApp(App).mount('#app')