简体中文
Appearance
pnpm install fluth-vue
在你的 Vue 项目中引入并使用 fluth-vue:
import { useFetch, Stream } from "fluth-vue"; const promise$ = new Stream(); const { loading, error, data } = useFetch(url);