We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdf0316 commit 346310cCopy full SHA for 346310c
themes/vue/layout/layout.ejs
@@ -129,12 +129,12 @@
129
var match = window.location.pathname.match(/^\/(v\d+)/)
130
var version = match ? match[1] : 'v2'
131
docsearch({
132
- appId: 'BH4D9OD16A',
133
- apiKey: '85cc3221c9f23bfbaa4e3913dd7625ea',
134
- indexName: 'vuejs',
135
- inputSelector: selector,
136
- algoliaOptions: { facetFilters: ["version:" + version] },
137
- autocompleteOptions: { hint: false, appendTo: 'body'}
+ appId: 'ML0LEBN7FQ',
+ apiKey: 'f49cbd92a74532cc55cfbffa5e5a7d01',
+ indexName: 'vuejs',
+ inputSelector: selector,
+ algoliaOptions: { facetFilters: ["version:" + version] },
+ autocompleteOptions: { hint: false, appendTo: 'body'}
138
})
139
140
0 commit comments