Skip to content

Commit

Permalink
fix: export emit
Browse files Browse the repository at this point in the history
  • Loading branch information
iamdin authored and Omikorin committed Jan 2, 2024
1 parent 190a655 commit 7ad6aca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/frameworks/vue/src/presence/presence.props.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import { declareEmits } from '../utils'

export const props = {
present: {
type: Boolean,
Expand All @@ -6,3 +8,5 @@ export const props = {
lazyMount: Boolean,
unmountOnExit: Boolean,
}

export const emits = declareEmits(['exit-complete'])

0 comments on commit 7ad6aca

Please sign in to comment.