DEV Community

Discussion on: 25 Vue Tips You Need to Know

Collapse
 
webpig profile image
朱宝华

Hi, Thanks, the article is very good!
I have a question:
tip 15: But what if a prop type is added or removed from the Icon component? To cover those cases we can use v-bind and a computed prop to keep things dynamic.
What does this mean? Can you help me? Thanks.

Collapse
 
webpig profile image
朱宝华 • Edited

mean: <Icon v-bind="iconProps" /> ?