随笔分类 -  编程语言 / CSS

摘要:在vue中写css,不要加厂商前缀,vue-cli会在打包时自动生成 阅读全文
posted @ 2019-10-12 09:33 早安帆 阅读(260) 评论(0) 推荐(0)
摘要:<template> <div class="icons"> <swiper> <swiper-slide v-for="(page, index) of pages" :key="index" > <div class="icon" v-for="item of page" :key="item. 阅读全文
posted @ 2019-10-10 10:17 早安帆 阅读(297) 评论(0) 推荐(0)