edit: panneau lien pour les réseaux des artistes
This commit is contained in:
@@ -21,6 +21,7 @@ import InstaPannel from './indieComponents/InstaPannel.vue'
|
||||
import MessagePannel from './indieComponents/MessagePannel.vue'
|
||||
import FollowPannel from './indieComponents/FollowPannel.vue'
|
||||
import VisualizerPannel from './indieComponents/VisualizerPannel.vue'
|
||||
import LinkPannel from './indieComponents/LinkPannel.vue'
|
||||
|
||||
|
||||
// création app racine
|
||||
@@ -44,6 +45,8 @@ app.component('InstaPan', InstaPannel);
|
||||
app.component('MessagePan', MessagePannel);
|
||||
app.component('FollowPan', FollowPannel);
|
||||
app.component('VisualizerPan', VisualizerPannel);
|
||||
app.component('LinkPan', LinkPannel);
|
||||
|
||||
|
||||
//Montage dans div#app de index.html
|
||||
app.mount('#app');
|
||||
|
||||
Reference in New Issue
Block a user