test vue app

This commit is contained in:
2021-04-23 12:58:46 +02:00
parent 2de8338651
commit 28e4b2abaf
8 changed files with 132 additions and 103 deletions

View File

@@ -1,7 +0,0 @@
import Vue from 'vue'
import App from 'ChillPersonAssets/js/AccompanyingCourse.vue'
new Vue({
el: '#app',
render: h => h(App)
})