Skip to main content
TIL
Notes
Blog
GitHub
Vue
Mini Vue
readonly
readonly
readonly 对象也是响应式对象,但是不能被 set。
readonly 相当于是 reactive 的一种不能 set、只读的变体。
Previous
stop() and onStop()
Next
Implementation of isReactive()