mirror of
https://gitlab.com/RemixDev/deemix-webui.git
synced 2025-01-09 08:05:13 +00:00
5 lines
109 B
JavaScript
5 lines
109 B
JavaScript
new Vue({
|
|
components: {
|
|
'app': httpVueLoader('./public/js/app/components/App.vue')
|
|
}
|
|
}).$mount('#v-app'); |