分为两步:

1、引入Ref 的 type

import type { Ref } from 'vue';

2、定义Ref类型的对象

let tableData:Ref = ref({});

Logo

Vue社区为您提供最前沿的新闻资讯和知识内容

更多推荐