Nuxt local import client only
I’m trying to use VuePlyr in Nuxt 2. Right now I have it working as a plugin /plugins/vue-plyr.js, import Vue from ‘vue’ import VuePlyr from ‘@skjnldsv/vue-plyr’ import ‘vue-plyr/dist/vue-plyr.css’ Vue.use(VuePlyr) but it is just used in one page, so I would like to remove it from the main bundle and just import it locally when used.… Read More Nuxt local import client only