摘要: 一、绝对定位 二、translate 三、flex display: flex; justify-content: center; align-items: center; display: flex; justify-content: center; align-items: center; 阅读全文
posted @ 2018-02-26 13:31 浮缠 阅读(255) 评论(0) 推荐(0)
摘要: toast.js 如何使用? 在main.js中 import Vue from 'vue' import Toast from './toast' Vue.use(Toast); Vue.use(Toast); 在component中 阅读全文
posted @ 2018-02-26 09:26 浮缠 阅读(7793) 评论(1) 推荐(0)