Closed rylanharper closed 2 years ago
This is a repeat of #42 .. I am using Gridsome (Vue static site generator) for my project.
importing the plugin the way @crutchcorn suggested is the fix:
import MarqueeText from 'vue-marquee-text-component/src/components/MarqueeText.vue';
Hey there! Thank you for creating this plugin! I am using the Vue2 version of this (
1.2.0
) and get the following error in Netlify when I deploy my site:When I take out the marquee component everything builds just fine. My site also works wonderfully using this on localhost with no errors (if only that were always the case lol).
Here is my marquee component:
I am not quite sure what the issue is.. Perhaps it has to do with the data (
settings.text
) I import into the marquee?