HJY-xh / plantTrees

每天几个前端小知识📙 2021.2.14 - new Date()
MIT License
22 stars 4 forks source link

[2022-4-16] 为什么Vue2对TypeScript的支持不好? #562

Open HJY-xh opened 2 years ago

HJY-xh commented 2 years ago

Vue2中全部属性都挂载在this之上,而this可以说是一个黑盒子,完全没办法预先知道this上会有什么数据。