This commit is contained in:
Michel Roux 2024-11-12 23:01:50 +01:00
parent 327539e868
commit 1507c1ff58

View File

@ -3,4 +3,4 @@ import { createApp } from 'vue'
import App from './App.vue' import App from './App.vue'
const View = createApp(App) const View = createApp(App)
View.mount('#content') View.mount('#app_template')