wjryours

Results 3 issues of wjryours

the official example maybe has some error url: https://codepen.io/wjryours/pen/eYpNygp?editors=0010 I want to move this CustomToolbar code to render function because i want bind some events on my costom code like...

` const key = notice.key = notice.key || getUuid(); ` 假如 `key = getUuid()`这不是可以一直不重复吗?这样做的意义什么呢?, 就算有maxCount 的限制也只需要删掉最前面的一个就可以了,这样做的目的是为了什么,性能问题么? 小白请教下