mirror of
https://git.rape.pet/ulith/amputoma-fe.git
synced 2025-02-09 06:42:39 +01:00
10 lines
146 B
JavaScript
10 lines
146 B
JavaScript
![]() |
import Vue from 'vue'
|
||
|
import App from './App'
|
||
|
|
||
|
/* eslint-disable no-new */
|
||
|
new Vue({
|
||
|
el: '#app',
|
||
|
template: '<App/>',
|
||
|
components: { App }
|
||
|
})
|