vue TS ref的写法

2024-03-12  本文已影响0人  糖醋里脊120625
const isLoading = ref(false);
const orderInfo = ref<Recordable>({});
const goods = ref<Recordable[]>([]);
const logistics = ref<Recordable>({});
const logList = ref<Recordable[]>([]);

上一篇 下一篇

猜你喜欢

热点阅读