This website requires JavaScript.
Explore
Help
Sign In
geolba
/
tethys
Watch
6
Star
0
Fork
0
You've already forked tethys
Code
Issues
2
Pull Requests
Packages
Projects
1
Releases
Wiki
Activity
fef6dea98d
tethys
/
resources
/
js
/
search
/
main.ts
7 lines
103 B
TypeScript
Raw
Normal View
History
Unescape
Escape
- remove glyphicons- fonts - add local open sans - reactive solr search - display flex for same height of columns - add .babelrec - add reactivesearch-vue components
2019-09-27 16:02:48 +00:00
import
Vue
from
'vue'
;
import
App
from
'./App.vue'
;
new
Vue
(
{
- 'xsltfile' => "public/solr.xslt" - search_style.css - vuejs based solr search - vuejs facets
2019-10-03 16:54:05 +00:00
el
:
'#test'
,
- remove glyphicons- fonts - add local open sans - reactive solr search - display flex for same height of columns - add .babelrec - add reactivesearch-vue components
2019-09-27 16:02:48 +00:00
render
:
h
=
>
h
(
App
)
}
)
;
Reference in New Issue
Copy Permalink