Skip to content

Commit

Permalink
fix: missing .
Browse files Browse the repository at this point in the history
  • Loading branch information
rigor789 authored Feb 18, 2019
1 parent a4875d2 commit 5e43dcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ document.addEventListener('DOMContentLoaded', () => {
docsearch({
apiKey: '31f842779e5b33726ec73f8f973b2202',
indexName: 'nativescript-vue',
inputSelector: 'docSearch-input',
inputSelector: '.docSearch-input',
algoliaOptions: {facetFilters: [`lang:${lang}`, `version:${version}`]},
debug: false
})
Expand Down

0 comments on commit 5e43dcd

Please sign in to comment.