Jamal Hussein
Jamal Hussein
Here is the simplest solution : ``` components: { pdf: () => import('vue-pdf') }, ```
@gilfuser Use the following method: ``` ``` ``` import 'vue-plyr/dist/vue-plyr.css' components: { 'VuePlyr': () => import ('vue-plyr/dist/vue-plyr.ssr.js') }, ```
I'm facing the same issue. I have 2 layouts as the follow: `Blog.vue` which loads `blog.scss` `Shop.vue` which loads `shop.scss` But the problem is that if I load a page...
@sethsandaru Any news on this feature? I need this too :)
@EAdeveloper You should disable SSR for this plugin inside `nuxt.config.js` file. here is how: ``` plugins: [ //other plugins { src: '~/plugins/NonSSR-Plugins.js', ssr: false }, ], ```
Here is the solution: ``` let LMap, LTileLayer, LMarker, LPopup, LIcon; if (process.client) { require("leaflet"); ({ LMap, LTileLayer, LMarker, LPopup, LIcon } = require("vue2-leaflet/dist/vue2-leaflet.min")); } import 'leaflet/dist/leaflet.css' export default {...
@EvodiaAut @crutchcorn ``` Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna. components: { MarqueeText: () => import('vue-marquee-text-component'), }, ```
I need this option too. How can I do it manually?
@koNaSRB It doesn't work.
@koNaSRB Thanks but It seems you turned the tab plugin into an slider ! That's not what I was looking for. Now selecting tabs by clicking is not working :(