Fix useIndex
This commit is contained in:
parent
2e9ab78203
commit
1bdcc55d2a
|
@ -61,7 +61,7 @@ export function useIndex(props, siteName) {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
startListener(;
|
startListener();
|
||||||
onBeforeUnmount(() => stopListener());
|
onBeforeUnmount(() => stopListener());
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|
Loading…
Reference in New Issue