- remove glyphicons- fonts
- add local open sans - reactive solr search - display flex for same height of columns - add .babelrec - add reactivesearch-vue components
This commit is contained in:
parent
9855c235b7
commit
c91a487b98
34 changed files with 1137 additions and 6825 deletions
7
resources/assets/js/search/main.js
Normal file
7
resources/assets/js/search/main.js
Normal file
|
@ -0,0 +1,7 @@
|
|||
import Vue from 'vue';
|
||||
import App from './App.vue';
|
||||
|
||||
new Vue({
|
||||
el: '#search-input',
|
||||
render: h => h(App)
|
||||
});
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue