Mise en page de la vue GameControl

This commit is contained in:
2024-02-25 15:02:28 +01:00
parent d57b2c39ee
commit f7ca05513c
5 changed files with 88 additions and 613 deletions

View File

@ -4,7 +4,6 @@ import { createApp } from 'vue'
import App from './App.vue'
const app = createApp(App)
registerPlugins(app)
app.mount('#app')