sl1673495 / vue-netease-music

🎵 基于 Vue2、Vue-CLI3 的高仿网易云 mac 客户端播放器(PC) Online Music Player

Home Page:https://ssh-music.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

async created () {} 写法的问题

cosmosdawn opened this issue · comments

发现组件中使用了大量的async created () {}的写法,这种写法应该是不被vue所支持的。

参考: vuejs/vue#7333

vuejs/vue#7209

commented

想一下他说的不支持和我的用法之间的区别

这么写应该了 为了在生命周期钩子函数写 await IDE 不提示错误?