#每天一个知识点# vue3中setup不能是一个async函数,因为返回值不再是return的对象,而是promise,模板看不到return对象中的属性
评论