Skip to content

Conversation

@headmandev
Copy link
Owner

Events opened and closed added in version 1.3.0:
Related: #5
Here is an example of how to use it:

<VueSidePanel v-model="isOpened" @opened="() => console.log('@opened event: transition stopped and modal is opened')" @closed="() => console.log('@closed event: transition stopped and modal is closed')" > ... </VueSidePanel>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants