mirror of
https://github.com/Kvan7/Exiled-Exchange-2.git
synced 2026-09-24 13:45:50 +00:00
vue3 reactivity special
This commit is contained in:
@@ -106,7 +106,9 @@ export default defineComponent({
|
||||
const cTrade = curr[1]; const pTrade = prev[1]
|
||||
|
||||
if (cItem === pItem && cTrade !== pTrade) {
|
||||
interactedOnce.value = true
|
||||
nextTick(() => {
|
||||
interactedOnce.value = true
|
||||
})
|
||||
}
|
||||
}, { deep: false })
|
||||
|
||||
|
||||
Reference in New Issue
Block a user