ITADN

You can see from the original issue `config.value.value` was causing the multiple `initStore` INTISTORE,OLDVAL=>

#321OpenRANJITHC1029620 创建于 2025-07-18
R
RANJITHC1029620commented
You can see from the original issue `config.value.value` was causing the multiple `initStore`. ts watch( config, (newVal, oldVal) => { if (isEqual(newVal, oldVal)) return console.log('cancel') initStore() }, { immediate: true, onTrigger(event) { console.log(event.key) } } )
0 条评论