Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
plugins: [ { src: '~/plugins/vue-awesome-swiper.js', mode: 'client' } ],
plugins: [ { src: '~/plugins/vue-awesome-swiper.js', ssr: false} ],
Note: Since Nuxt 2.4, mode has been introduced as option of plugins to specify plugin type, possible value are: client or server. ssr: false will be adapted to mode: 'client' and deprecated in next major release