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
Thanks for all the amazing work! Super excited to be using Vue Demi. 🚀
The Problem:
This is likely a user error, but I'm not able to find any examples of consuming a vue-demi plugin in a Nuxt 2 application to help point me in the right direction.
Here's what I have for my package.json in my vue-demi plugin:
Upon further inspection, I see that there's a default nested inside of external vue reference, which it seems that the install function isn't expecting.
What am I missing here? 🤷 🤔
The text was updated successfully, but these errors were encountered:
First off
Thanks for all the amazing work! Super excited to be using Vue Demi. 🚀
The Problem:
This is likely a user error, but I'm not able to find any examples of consuming a vue-demi plugin in a Nuxt 2 application to help point me in the right direction.
Here's what I have for my package.json in my vue-demi plugin:
And in my consuming application:
I'm getting the following error:
Upon further inspection, I see that there's a
default
nested inside of external vue reference, which it seems that the install function isn't expecting.What am I missing here? 🤷 🤔
The text was updated successfully, but these errors were encountered: