tethys/resources/assets/js/search/main.ts
Arno Kaimbacher b7abdd83e2 - search paginate
- typescript
- tsconfig.json and typings.d.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)
});