摘要: 1. 在 Vue 3 的项目开发中,template 是 Vue 3 默认的写法。虽然 template 长得很像 HTML,但 Vue 其实会把 template 解析为 render 函数,之后,组件运行的时候通过 render 函数返回 h 函数的执行结果去返回虚拟 DOM: 也就是:vue3 阅读全文
posted @ 2022-06-19 11:27 赵辉Coder 阅读(1869) 评论(0) 推荐(0)