tunnel: intiation de la com officielle
major_edits: mail dans liens + graff overlay + simple click dans panneau 'à propos'
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user