Skip to content

Commit

Permalink
fix: injectClickDisabled
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Apr 24, 2021
1 parent d8b11fe commit 6023868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { isPrintMode } from './state'
setupApp()
if (isPrintMode)
if (isPrintMode.value)
provide(injectClickDisabled, true)
</script>

Expand Down

0 comments on commit 6023868

Please sign in to comment.