摘要: 问题描述: 升级脚手架 vue-cli 4.5.15 版本之后,使用 template 时报错: [Vue warn]: You are using the runtime-only build of Vue where the template compiler is not available. 阅读全文
posted @ 2021-11-22 15:06 前端人 阅读(1229) 评论(0) 推荐(0) 编辑
摘要: vue3 学习笔记 (五)——vue3 的 setup 如何实现响应式功能? 在之前 vue2 中,data 返回的数据,可以直接进行双向绑定使用,如果我们把 setup 中数据类型直接双向绑定,发现变量并不能实时响应。接下来就看看setup如何实现data的响应式功能? 阅读全文
posted @ 2021-11-22 09:22 前端人 阅读(2210) 评论(5) 推荐(0) 编辑