Needed to import from dist/index.umd
to avoid having multiple Vue instances
#53
Labels
needs reproduction
We need a minimal runnable reproduction from you to investigate your report
Hi mate! I was running into some issues with vue-simple-portal in Nuxt because it was importing another Vue instance so I was getting the usual
“$attrs is readonly” “$listeners is readonly”
errors.I got it fixed by changing the import statement to
but I wanted to double check if this is intended behavior or if I'm actually doing something wrong here 😇
Thanks!
The text was updated successfully, but these errors were encountered: