useAsyncData真香…数据预取省心多了
const { data } = await useAsyncData('posts', () => $fetch('/api/posts'))
登录/注册