摘要: 分析 v-once是Vue中内置指令,很有用的API,在优化方面经常会用到,不过小伙伴们平时可能容易忽略它; 体验 仅渲染元素和组件一次,并且跳过未来更新,直接从缓存中获取保存的状态: <!-- single element --> <span v-once>This will never chan 阅读全文
posted @ 2022-10-17 09:40 Mochenghualei 阅读(539) 评论(0) 推荐(0)