关于发展中国家:
关于生产:
这些是我的档案:import Vue from 'vue';nuxt.config.jscss: [], <--- Do I need to add something to add here?plugins: [
{ src: '~/plugins/VueAwesomeSwiper.js' },
第一次使用swiper时,我按照文档说明在代码中添加了html部分,然后在JS中初始化它,我初始化了分页,但它没有显示在我的页面上。这是我的代码: JS: var Swiper = require('swiper'); var swiper = new Swiper('.swiper-container', {
pagin