Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ReferenceError glob is not defined #24

Open
meirroth opened this issue Oct 12, 2021 · 0 comments
Open

ReferenceError glob is not defined #24

meirroth opened this issue Oct 12, 2021 · 0 comments

Comments

@meirroth
Copy link

meirroth commented Oct 12, 2021

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

See: https://codesandbox.io/s/vue-toaster-1gmkk?file=/src/App.vue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant