-
v1.10.7 Stable
released this
2023-09-19 13:39:40 +08:00 | 24 commits to master since this releasekeepAlive
设为保留关键字, 不可用于自定义props
。(组件设为keepAlive时, 事件不会自动销毁, 请慎用该属性)- 修复复杂类型属性的监听
- 增加静态属性
watches
的支持。(在props默认的处理逻辑不满足需求时, 可自行编写处理逻辑, 需要监听属性时, 可自行添加)
class Foo extends Component { static watches = ['xx'] get xx(){ // } set(v){ // } }
Downloads