Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
userquin committed Aug 1, 2023
1 parent ef6c528 commit e4d61cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/[...all].vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ function checkHiOnline() {
hiOffline.value = !online.value && route.path.startsWith('/hi')
}
// eslint-disable-next-line n/prefer-global/process
if (process.client)
watch(() => [online.value, route], checkHiOnline, { immediate: true, flush: 'post' })
Expand Down

0 comments on commit e4d61cc

Please sign in to comment.