上一页 1 2 3 4 5 6 7 ··· 12 下一页
摘要: {{prop.name}} {{op.value}} {{selectedProperties}} {{foos}} 阅读全文
posted @ 2018-06-13 23:12 斯丢皮德曼 阅读(505) 评论(0) 推荐(0) 编辑
摘要: 基于Vue的Ui框架 饿了么公司基于vue开的的vue的Ui组件库 Element Ui 基于vue pc端的UI框架 MintUi 基于vue 移动端的ui框架 http://element.eleme.io/ element UI的使用: 1.找官网 http://element.ele... 阅读全文
posted @ 2018-06-11 21:52 斯丢皮德曼 阅读(18086) 评论(0) 推荐(0) 编辑
摘要: //效果 //login.vue 登陆 帮助 一周内自动登录 忘记密码? ... 阅读全文
posted @ 2018-06-11 14:29 斯丢皮德曼 阅读(1252) 评论(0) 推荐(0) 编辑
摘要: main.jsimport VueAwesomeSwiper from 'vue-awesome-swiper'import 'swiper/dist/css/swiper.css'Vue.use(VueAwesomeSwiper)组件 阅读全文
posted @ 2018-06-08 17:07 斯丢皮德曼 阅读(1282) 评论(0) 推荐(0) 编辑
摘要: 需求,想给下面的数据添加一个hoby属性 {{data.hoby}}-->让这里的视图改变 阅读全文
posted @ 2018-06-06 14:09 斯丢皮德曼 阅读(328) 评论(0) 推荐(0) 编辑
摘要: @media only screen and (min-width: 1080px), only screen and (min-device-width:1080px) { html,body { font-size:168.75px; } } @media only screen and (max-width: 1080px)... 阅读全文
posted @ 2018-06-06 13:36 斯丢皮德曼 阅读(200) 评论(0) 推荐(0) 编辑
摘要: 图片外面的div设置宽高自适应width: 100vw; max-width: 640px; display: block; height: 43.75vw; max-height: 280px; flex布局列表换行 display: flex; justify-content: space-be 阅读全文
posted @ 2018-05-31 17:18 斯丢皮德曼 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 详细:http://www.w3cplus.com/mobile/lib-flexible-for-html5-layout.html ; (function(win, lib) { var doc = win.document; var docEl = doc.documentElement; v 阅读全文
posted @ 2018-05-31 15:23 斯丢皮德曼 阅读(345) 评论(0) 推荐(0) 编辑
摘要: vue本地项目静态资源管理 统一放在src/static里面css,images,js index.html里面使用重置样式 <link rel="stylesheet" href="static/css/reset.css"> 组件里面使用图片 <div><img src="/static/img 阅读全文
posted @ 2018-05-31 14:14 斯丢皮德曼 阅读(254) 评论(0) 推荐(0) 编辑
摘要: 之前使用axios post请求不能向后台发送数据,然后使用了vue-resource这个插件 import Vue from 'vue' import VueResource from 'vue-resource' Vue.use(VueResource) 组件 this.$http.post( 阅读全文
posted @ 2018-05-31 11:00 斯丢皮德曼 阅读(129) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 ··· 12 下一页