随笔分类 -  vue3+ts

摘要:export type OrcInsuranceRecordsTypeBarForm = { id?: number carNumber?: string subCompanyId?: string remarkDesc?: string insuranceVos?: { insuranceType 阅读全文
posted @ 2022-08-25 08:37 宝乐 阅读(76) 评论(0) 推荐(0) 编辑
摘要:import { ref, reactive } from 'vue' // 引入ref reactive // ref定义 响应式数据中基础数据类型 reactive定义 响应式数据中复杂数据类型 // reactive定义时直接赋值会失去响应式 解决:1,使用ref定义 2,用对象包裹后再使用 阅读全文
posted @ 2022-08-19 11:27 宝乐 阅读(237) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示