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