简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
vue 绑定style方式
<view class="icon-tag" :style="{'font-size':item.choose?'12px':'14px','color':accolor}"><Icon type="&#xe666;" class="main_color " size="15"/></view>
vue 点击切换变色 tab 改变class 跳转链接
vue 点击切换变色 tab 改变class1.{{item.name}}2.data(){return {footlist: [{name: '首页',path: '/
vue 打包好后发布如何在打包后的代码里更改接口域名值,不需要重新打包发布
1、在static文件夹新建一个config.js,打包后生成的相同名文件夹,更改里面值就可以了window.global_config = {BASE_URL: 'http://deuv.ulocuuuual.cn',// BASE_URL: 'http://192.168.199.178:700'};2、在index.html文件里引入config.js&...
vue 组件双向绑定sync修饰符、$emit(‘update:key‘,value)
props: {value: {type: Array,default () {return []}},},this.$emit('update:value',this.List )<selectTag :value.sync="info.goods_guarantee" @tagClick="tagClick"></selectTag>
vue-jsx中如何使用v-if
v-show={node.m_unit_type=='小区'}
到底了