# ref

前言

vue 中相关api在typescript中的用法

# 1.定义为空时不报错

const data = ref<TsType>({} as TsType)
1