BarbareCode
Results
1
comments of
BarbareCode
For Nuxtjs: I'm on typescript, but on js it's the same. In nuxtjs.config.ts ``` css: [ '@morioh/v-lightbox/dist/lightbox.css', ], plugins: [ { src: '~/plugins/v-lightbox.ts', ssr: false }, ], ``` In folder...