Skip to content

Commit

Permalink
Merge branch 'main' of github.com:chakra-ui/atlas
Browse files Browse the repository at this point in the history
  • Loading branch information
segunadebayo committed Aug 21, 2024
2 parents a46ca53 + d8d54d9 commit 2055ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vue/src/components/dialog/examples/lazy-mount.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Dialog } from '../..'
</script>

<template>
<Dialog.Root lazyMoun unmountOnExit>
<Dialog.Root lazyMount unmountOnExit>
<Dialog.Trigger>Open Dialog</Dialog.Trigger>
<Dialog.Backdrop />
<Dialog.Positioner>
Expand Down

0 comments on commit 2055ac0

Please sign in to comment.