分为两步:

1、引入Ref 的 type

import type { Ref } from 'vue';

2、定义Ref类型的对象

let tableData:Ref = ref({});

Logo

前往低代码交流专区

更多推荐