<!-- 可以动态新增的 tag 列表 -->
<template><div><el-tagv-for"(tag, index) in dynamicTags":key"index":closable"true":disable-transitions"false"close"handleClose(tag)">{{ tag }}</el…
父组件通过props传值给子组件,如何避免子组件改变props的属性值报错问题
报错Avoid mutating a prop directly since the value will be overwritten whenever the parent component re-renders. Instead, use a data or computed property based on the prop’s v…