会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
富坚老贼
https://github.com/buchizaodian
新随笔
管理
2021年8月19日
Vue3 组合式Api
摘要: 一、响应式变量 声明响应式变量在setup里使用ref 包裹, setup中调用需要使用x.value,html中不需要.value 声明响应式对象使用reactive 引入 import { ref, reactive} from "vue"; <template> <div> <div> {{
阅读全文
posted @ 2021-08-19 12:42 富坚老贼
阅读(446)
评论(0)
推荐(0)
编辑
公告