evo-mark / vue3-snackbar

Snackbar service for Vue3 applications
MIT License
49 stars 3 forks source link

Typo in is-dismissable slot prop #10

Closed slothtopus closed 3 months ago

slothtopus commented 3 months ago

Hello,

There is a small typo in the isDismissable prop. Currently you have to use isDimissible to get it to work.

https://github.com/evo-mark/vue3-snackbar/blob/2cd9c40c2f3d7338e862006190cdf234c5f55ca9/src/Vue3SnackbarMessage.vue#L50C64-L50C77

craigrileyuk commented 3 months ago

That's how you spell it.

https://www.oed.com/dictionary/dismissible_adj

slothtopus commented 3 months ago

Yep, but it's spelled is-dimissible in the slot props:

:is-dimissible="props.message.dismissible"
craigrileyuk commented 3 months ago

Ah, I'm with you. I thought you were talking about 'able' vs 'ible'.

craigrileyuk commented 3 months ago

Fixed with version 2.2.2