+
@@ -189,11 +171,11 @@ export default {
mounted() {
this.bindScrollListener();
- /*docsearch({
+ docsearch({
container: '#docsearch',
- appId: '01CMUF4W4R',
+ appId: 'MM3U70ASEF',
indexName: 'primevue',
- apiKey: '9bb5939e36897b26ff7de5b7b64d6c43',
+ apiKey: 'ce80245d8fee32d846625372698914cf',
transformItems: (items) => {
const isLocalhost = process.env.NODE_ENV !== 'production';
@@ -210,7 +192,7 @@ export default {
return item;
});
}
- });*/
+ });
},
beforeUnmount() {
if (this.scrollListener) {