1.:style="{backgroundImage:`url(${item.logo})`}"
1.:style="{backgroundImage:`url(${item.logo})`}"
1.取state的值(mapState) 1.import{mapState}from'vuex' 2. computed:{ ...mapState({ foodData:...
1.合并数组,其中一项相加(id相同) letres=[] letarr=JSON.parse(JSON.stringify(this.child)) res=Object...
1.点击将单个字符串,存储成{1;2;3;4} this.arr=[] //用indexOf判断有无相同项 if ( this.arr.indexOf (item.id) =...
去小数点 1.局部 2.全局(main.js) 3.使用
1,搜索框 2.过滤作用 3.调用
1.js编码和解码 encodeURIComponent() 编码 decodeURIComponent() 解码 2.背景图 background-size:100%100...
主轴:x轴方向,水平向右(行) 侧轴:y轴方向,水平向下(列) flex-shrink:0 固定大小 1.父项 设置flex display:flex; 主轴的方向 flex...
1.获取有户名和头像 2.通过点击按钮的方式获取,用于登录(用获取到的数据调用wx.login) 3.通过授权的方式
1.编写组件,有两个值通过props传递 2.引进组件 3.使用,传值
1.在src下新建文件夹mixin,写方法 2.在app.vue中引入 3.在页面中引用并调用方法
效果 html
git init 创建 git stasus 查看状态 git checkout -- <文件名> 放弃未暂存文件的修改命令 git add <文件名> 暂存文件的命令 gi...
1.在components下的loginDialog.vue