Skip to content

Commit

Permalink
fix: update watch options to include deep watch
Browse files Browse the repository at this point in the history
  • Loading branch information
kuizuo committed Dec 6, 2023
1 parent 471d802 commit df46a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/composables/state.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ watch([code, options], () => {
o: options.value,
})
location.value.hash = utoa(serialized)
})
}, { deep: true })

export const parserContextMap: Record<string, unknown> = shallowReactive(
Object.create(null),
Expand Down

0 comments on commit df46a71

Please sign in to comment.