这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@liuseen-l
Copy link

// update before
const a = ref(1)
const b = ref(a)
console.log( a === b ) // false

// update before
const a = ref(1)
const b = ref(a)
console.log( a === b ) // true

添加这个判断不会对用户对源码的学习增添负担,但可以更加真实的还原源码当中的细节处理

@liuseen-l liuseen-l closed this by deleting the head repository Jan 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant