mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
8 lines
120 B
JavaScript
8 lines
120 B
JavaScript
import Vue from 'vue'
|
|
import App from './AccompanyingCourse.vue'
|
|
|
|
new Vue({
|
|
el: '#app',
|
|
render: h => h(App)
|
|
});
|