Mise en page de la vue GameControl
This commit is contained in:
@ -4,7 +4,6 @@ import { createApp } from 'vue'
|
||||
import App from './App.vue'
|
||||
|
||||
const app = createApp(App)
|
||||
|
||||
registerPlugins(app)
|
||||
|
||||
app.mount('#app')
|
||||
|
Reference in New Issue
Block a user