mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
* !! composer require serializer !! * see: http://localhost:8001/fr/parcours/861/show
8 lines
115 B
JavaScript
8 lines
115 B
JavaScript
import Vue from 'vue'
|
|
import App from './components/App.vue'
|
|
|
|
new Vue({
|
|
el: '#app',
|
|
render: h => h(App)
|
|
})
|