toRaw和markRaw. toRaw 方法是用於獲取 ref 或 reactive 對象的原始數據的; 示例如下: <script> import {reactive, toRaw} from 'vue' export default { setup() ...
確定! 回上一頁