dewfall123 / ahooks-vue

🛠️ Vue hooks library.
https://dewfall123.github.io/ahooks-vue/
128 stars 29 forks source link

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

Open cnyxq opened 1 year ago

cnyxq commented 1 year ago

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

1075488066 commented 1 year ago

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

自动才用defaultParams,你都手动了还用什么defaultParams。