If, inside my component, I import VueCarousel from '@chenfengyuan/vue-carousel' and use the component <VueCarousel /> inside my component I get a console warn and nothing happens.
The console warn is:
[Vue warn]: You are using the runtime-only build of Vue where the template compiler is not available. Either pre-compile the templates into render functions, or use the compiler-included build.
Is it possible to use it in one component only?
If, inside my component, I
import VueCarousel from '@chenfengyuan/vue-carousel'
and use the component<VueCarousel />
inside my component I get a console warn and nothing happens.The console warn is:
[Vue warn]: You are using the runtime-only build of Vue where the template compiler is not available. Either pre-compile the templates into render functions, or use the compiler-included build.
Thank you.