摘要: swiper import Swiper from "swiper"; import "../../../node_modules/swiper/dist/css/swiper.css"; import Swiper from "swiper"; import "../../../node_modu 阅读全文
posted @ 2019-03-09 18:00 SRH啦 阅读(250) 评论(0) 推荐(0) 编辑
摘要: 参考 现在很多程序员写代码的时候都喜欢开着eslint进行代码格式校验,写习惯了还好,但是一般刚开始熟悉eslint的同学估计会被eslint的代码格式检查给逼疯的,哈哈哈。。。 今天就讲讲如何在vscode中配置eslint代码格式化 1.这里的前提是 vscode中需要安装eslint和pret 阅读全文
posted @ 2019-03-09 13:10 SRH啦 阅读(1657) 评论(0) 推荐(0) 编辑
摘要: 参考 一、安装 npm install js-cookie --save 二、引用 import Cookies from 'js-cookie' 三、一般使用 存到Cookie去 // Create a cookie, valid across the entire site: Cookies.s 阅读全文
posted @ 2019-03-09 12:52 SRH啦 阅读(7827) 评论(0) 推荐(0) 编辑