You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as in #146 i should be able to use your plugin i think although it is outside vue-context ... but no toast shows up
i CAN call toast('test') or toast.success('test'); and i get an id back
also i can see in vue dev-tools as separate app VueToastification and i also see in data.toasts an object with indexed toast-objects in it, but no toast will show? (toastArray and filteredToasts are also filled, but "count" is always 0)
what i've seen, maybe not the issue because the issue will be my skill :) but:
<Toast v-for="toast in getPositionToasts(pos)"
where getPositionToasts is a method, so ithink the view wont get updated because getPositionToasts is called once, it may should be a computed property?
may havesomeone an idea why it is not woorking for me?
The text was updated successfully, but these errors were encountered:
Hello,
refering to #146
i have the following setup:
main:
functions.js:
as in #146 i should be able to use your plugin i think although it is outside vue-context ... but no toast shows up
i CAN call toast('test') or toast.success('test'); and i get an id back
also i can see in vue dev-tools as separate app VueToastification and i also see in data.toasts an object with indexed toast-objects in it, but no toast will show? (toastArray and filteredToasts are also filled, but "count" is always 0)
what i've seen, maybe not the issue because the issue will be my skill :) but:
where getPositionToasts is a method, so ithink the view wont get updated because getPositionToasts is called once, it may should be a computed property?
may havesomeone an idea why it is not woorking for me?
The text was updated successfully, but these errors were encountered: