tethys/resources/js/search/main.ts
2020-06-10 21:09:26 +02:00

7 lines
103 B
TypeScript

import Vue from 'vue';
import App from './App.vue';
new Vue({
el: '#test',
render: h => h(App)
});