vue-carousel-3d icon indicating copy to clipboard operation
vue-carousel-3d copied to clipboard

Carousel not loading on Netlify

Open rizahassan opened this issue 5 years ago • 1 comments

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.

rizahassan avatar May 18 '20 21:05 rizahassan

image image

edmi1994 avatar Sep 06 '20 18:09 edmi1994