c91a487b98
- add local open sans - reactive solr search - display flex for same height of columns - add .babelrec - add reactivesearch-vue components
7 lines
111 B
JavaScript
7 lines
111 B
JavaScript
import Vue from 'vue';
|
|
import App from './App.vue';
|
|
|
|
new Vue({
|
|
el: '#search-input',
|
|
render: h => h(App)
|
|
}); |