请问如何优雅地拓展组件功能?
#2628
Replies: 1 comment
-
这是一个非常有价值的议题,Button组件的例子只是冰山一角,业务有可能有很多定制化需求,可以让组件在保障易用的前提下,尽可能地灵活,对于组件库未来的用户增长非常重要,欢迎一起讨论。 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
问题:如何在不修改 tiny-vue 源码的情况下实现组件的拓展功能
举个例子,又快到圣诞节和春节了,想给项目的按钮加点彩蛋,比如实现下面的效果:
目前的实现
实现的效果
问题
Beta Was this translation helpful? Give feedback.
All reactions