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.
我知道mixins在 Vue 中可以通过 a 全局创建plugin或单独导入到选定的组件。
mixins
plugin
全局选项似乎更有吸引力,因为您不需要处理所有详细的导入,它使组件代码更短,因此更简洁。
对所有混合使用全局混合有什么缺点吗?它会以任何方式阻碍性能吗?我能想到的一个负面后果是对 mixin 属性命名的限制,因此它们不会覆盖其他组件属性,反之亦然,但这似乎不是很苛刻。还有别的事吗?