sheng zhang

Results 13 comments of sheng zhang

参考 https://github.com/unplugin/unplugin-vue-components/pull/829 遇到的同样的问题

https://github.com/zxlie/FeHelper/pull/400/files @zxlie 已提PR,望合并

> 很好的建议,我们在 V6 统一看看。 @afc163 话说想参与v6的开发的话,需要什么要求呢QWQ

> 我将在2.0版本内考虑 可以参与一下2.0的开发不

> might be related to: [#4574](https://github.com/vueuse/vueuse/pull/4574) Thanks for the Web Locks pointer. For simple single-page “function lock” (prevent duplicate clicks), Web Locks feels overkill and adds cognitive load for a...

@OrbisK Thanks again for the like on my previous message — so I was wondering, would the VueUse team be open to having a lightweight `useLockFn` (like the one in...

@yibird 这样可以达到你想要的效果 ```tsx export default function Chore() { const [count, setCount] = useState(0); const [open, setOpen] = useState(false); const ref = useRef(null); useClickAway(() => { setCount(count + 1); }, open...

看这边是没有defaultCurrent这个配置的

ok ---Original--- From: ***@***.***> Date: Tue, Sep 30, 2025 02:05 AM To: ***@***.***>; Cc: "sheng ***@***.******@***.***>; Subject: Re: [react-component/image] feat: adapt semantic close (PR #455) li-jia-nan left a comment (react-component/image#455)...