You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 5, 2024. It is now read-only.
问题描述
Shape枚举出现了很多种形式,只是某些枚举项不同,需要改为枚举类型,并根据不同组件分别定义,参考Theme枚举类型目前发现以下组件的枚举出现重复
希望解决方案
通用的可以作为基类,调用时则是
BadgeShape.Dot,Shape.Circle解决方法
#121 (comment)