tunnel: intiation de la com officielle

major_edits: mail dans liens + graff overlay + simple click dans panneau 
'à propos'
This commit is contained in:
2026-04-04 02:04:40 +02:00
parent a5c9c73d51
commit 7c6e33d624
36 changed files with 716 additions and 94 deletions
+3 -1
View File
@@ -26,6 +26,8 @@ import LinkPannel from './indieComponents/LinkPannel.vue'
import Infobubble from './indieComponents/Infobulle.vue'
import GraffOverlay from './indieComponents/GraffOverlay.vue'
// création app racine
const app = createApp(App);
@@ -51,7 +53,7 @@ app.component('LinkPan', LinkPannel);
app.component('Infobulle', Infobubble);
app.component('ColorPan', ColorBtn);
app.component('GraffOver', GraffOverlay);
//Montage dans div#app de index.html
app.mount('#app');