Appearance
Fetch data with more complete logic
import { useRequest } from '@use-kit/vue-hooks' const { loading, result, error } = useRequest(fetch('api/data'))