edit: infobulle sur pc

This commit is contained in:
2026-03-22 04:14:40 +01:00
parent 9982670841
commit 460f7f637d
17 changed files with 170 additions and 22 deletions
+3
View File
@@ -23,6 +23,7 @@ import FollowPannel from './indieComponents/FollowPannel.vue'
import VisualizerPannel from './indieComponents/VisualizerPannel.vue'
import LinkPannel from './indieComponents/LinkPannel.vue'
import Infobubble from './indieComponents/Infobulle.vue'
// création app racine
const app = createApp(App);
@@ -47,6 +48,8 @@ app.component('FollowPan', FollowPannel);
app.component('VisualizerPan', VisualizerPannel);
app.component('LinkPan', LinkPannel);
app.component('Infobulle', Infobubble);
//Montage dans div#app de index.html
app.mount('#app');