vueuse1 VueUse [비동기 상태 관리] https://vueuse.org/ VueUse Collection of essential Vue Composition Utilities vueuse.org 1. axios install $ npm i axios 2. 함수 생성 import { useAsyncState } from '@vueuse/core'; const { isLoading, error, execute } = useAsyncState(handleSignInEmail, null, { immediate: false, throwError: true, onSuccess: () => { $q.notify('환영합니다 :)'); emit('closeDialog'); }, onError: (err) => { $q.notify({ type: 'nega.. 2024. 1. 16. 이전 1 다음