2018年11月21日

vue mint-ui swipe 不显示或显示空白

摘要: vue mint-ui swipe 不显示或显示空白?解决需要在mt-swipe上层元素设置高度 <div> <div> <mt-header title="首页"></mt-header></div> <div style="height:200px"> <mt-swipe :auto="4000 阅读全文

posted @ 2018-11-21 13:21 微先锋 阅读(4318) 评论(0) 推荐(0) 编辑

Mint-UI 没有样式?

摘要: 如果用mint-ui组件,如toast没有样式,是因为没有映入全局样式和导入MintUI 方法如下: 1、安装 npm install mint-ui -S -S表示 --save 2、在main.js中引入mint Ui的css 和 插件 import Mint from'mint-ui' imp 阅读全文

posted @ 2018-11-21 11:49 微先锋 阅读(596) 评论(0) 推荐(0) 编辑

axios使用方法

摘要: npm install axios创建文件夹api/index.js main.js import Api from './api/index.js'; Vue.prototype.$api = Api; 调用 this.$api.get('/apis/index.php?act=login', { 阅读全文

posted @ 2018-11-21 10:33 微先锋 阅读(1504) 评论(0) 推荐(0) 编辑

导航