# ref

前言

# 1.定义为空时不报错

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