原创 不固定高度 垂直居中

transform / 配合定位使用 <div class="box"> <span>測試文字</span> </div> .box{ background: #000; color: #FFF; width: 140p

原创 vue-cli搭建項目,使用axios請求接口 form-data格式傳參方法

用vue-cli搭建的項目,使用axios發送post請求的參數格式 用URLSearchParams方式(兼容太差,最好不要用) let param = new URLSearchParams(); param.append

原创 mac 查找git安裝目錄

git版本號 git version 查找git安裝目錄 which git 查看git與用戶信息 git config --list git config user.name

原创 火狐瀏覽器不支持background-position-y

火狐的低版本兼容(47) 不識別 background-position-y 解決辦法: background:url(‘’ no-repeat 0 -50px);

原创 Cannot destructure property `createHash` of 'undefined' or 'null'.

安裝了這個插件 mini-css-extract-plugin 之後 webpack打包總在報錯 Cannot destructure property “createHash” of ‘undefined’ or ‘null’.

原创 vue-cli 搭出來的H5 在app裏顯示白頁 babel-polyfill/es6-promise問題

ios9不支持es6寫法,包括一些低版本安卓機,超級坑!!! 最先是要配babel-polyfill import babel-polyfill // 在module.exports裏 entry: { // app: './