A readonly proxy is deep: any nested property accessed will be ... const foo = markRaw({}) console.log(isReactive(reactive(foo))) // false ...
確定! 回上一頁