流浪のwolf

卷帝

导航

vue3中没有 this 环境变量了

因为 api setup 在 beforecreate 之前执行,所以 this 是 undefined ;

 

setup 不能是一个 async 函数 ,因为返回值不是 对象了 ,而是 promise  ;如果要使用 async 就要配合 suspense 组件使用 ;

posted on 2023-03-11 19:01  朱龙旭的网络  阅读(63)  评论(0)    收藏  举报