How can i add custom library (component) to my theme and vuejs? #154
Unanswered
gerardfollano
asked this question in
Q&A
Replies: 1 comment 2 replies
-
@sergejcodes Could you have a look at this? I am trying to add a component from a third party library and cannot figure out why I am getting a render error. Thanks! |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This is what i have main.js
import CoolLightBox from 'vue-cool-lightbox' app.use(CoolLightBox)
Then src/vue/components/render/image-lightbox.vue
Then src/vue/components/render/image-lightbox.vue
shopify/sections/section-image-row.liquid
<image-lightbox></image-lightbox>
I get this error every time?
Beta Was this translation helpful? Give feedback.
All reactions