vue3 this问题 为什么vue3没有this:在vue2中使用options api时,可以使用this,但是当我们使用vue3中的composition api时,我们在setup中却无法使用this。vue3中可以使用getCurrentInstance函数获取this实例。