赞
踩
const prefixCls = 'className'; data () { return { type: 'select' }; }, computed: { classes () { return [ `${prefixCls}`, { [`${prefixCls}-select`]: this.type === 'select', [`${prefixCls}-drag`]: this.type === 'drag', } ]; }, },
渲染时会自动过滤对象中value为false的key
赞
踩
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。