ahooks-vue icon indicating copy to clipboard operation
ahooks-vue copied to clipboard

useRequest怎么避免外部传入$event导致defaultParams被覆盖问题?

Open cnyxq opened this issue 2 years ago • 1 comments

内部function run(...args){} 外部使用的时候const {run:getCatImg} = useRequest(...) 然后通过@click="getCatImg" 此时defaultParams不就被覆盖了吗

cnyxq avatar Mar 07 '23 05:03 cnyxq