element的icon改变颜色



data: {
	 iconColor: 'red',
}
methods: {
	onColorChange() {
      this.iconColor = 'green'
    },
}

你可能感兴趣的:(element,ui,vue.js,css3,javascript)