Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个由不同类型的组件(父母)使用的组件。这个组件的行为稍微取决于谁是他的父母(父母的种类)。
当然,我可以将父母的名字作为道具或绑定或......
我的问题:嵌套组件是否有可能自己找出谁是父级?在 onMount 期间?
不,这是设计使然。如果父组件和子组件设计为一起工作,它们可以通过道具、事件或使用Context API进行通信。