edit: infobulle sur pc
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user