Skip to content

Commit

Permalink
fix: mode refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Aug 4, 2021
1 parent fd27c69 commit 79fdad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const nuxtDelayHydration: Module<ModuleOptions> = function(config) {
const resolvedConfig = defu.arrayFn(config, nuxt.options.hydration,
// default configuration
{
delayHydrationMode: MODE_AGGRESSIVE,
mode: MODE_AGGRESSIVE,
hydrateOnEvents: [
'mousemove',
'scroll',
Expand Down

0 comments on commit 79fdad0

Please sign in to comment.