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
When trying to use on a fresh sandbox Vue 3 template
I get the following error:
ReferenceError
/node_modules/@meforma/vue-toaster/src/Toaster.vue:299:9
295| index(list, value)
296| for val, i in list
297| return i if val == value
298|
299| @import './themes/default/index.styl'
----------------^
300| .v--default-css
301| @import './themes/default/colors.styl'
302| @import './themes/default/toast.styl'
glob is not defined
ReferenceError: /node_modules/
meforma/vue-toaster/src/Toaster.vue:299:9
When trying to use on a fresh sandbox Vue 3 template
I get the following error:
See: https://codesandbox.io/s/vue-toaster-1gmkk?file=/src/App.vue
The text was updated successfully, but these errors were encountered: