2020年12月29日

摘要: setup函数是用于定义变量和方法的 1.引入ref 和 reactive 模块 import {ref, reactive} from 'vue' ref 模块是用来声明简单数据类型的,例如,string , number ,boolean 等 reactive 模块是用来声明复杂数据类型的,例如 阅读全文

posted @ 2020-12-29 20:29 猫头唔食鱼 阅读(3071) 评论(0) 推荐(0) 编辑