tethys/resources/assets/js/search/main.js
Arno Kaimbacher c91a487b98 - remove glyphicons- fonts
- add local open sans
- reactive solr search
- display flex for same height of columns
- add .babelrec
- add reactivesearch-vue components
2020-06-10 21:09:24 +02:00

7 lines
111 B
JavaScript

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