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

Carousel not loading on Netlify #148

Open
rizahassan opened this issue May 18, 2020 · 1 comment
Open

Carousel not loading on Netlify #148

rizahassan opened this issue May 18, 2020 · 1 comment

Comments

@rizahassan
Copy link

rizahassan commented May 18, 2020

I installed the carousel globally on NuxtJS. To install globally, I added a file called carousel.js in /plugins and it contains

import Vue from 'vue';
import Carousel3d from 'vue-carousel-3d;

Vue.use(Carousel3d);`

Then, I added the src file on the plugins array in nuxt.config.js as the code below: plugins:[{src:'~/plugins/carousel

It works on my local but not after deploying it on Netlify.

@edmi1994
Copy link

edmi1994 commented Sep 6, 2020

image
image

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

2 participants