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[]>([]);
const isLoading = ref(false);
const orderInfo = ref<Recordable>({});
const goods = ref<Recordable[]>([]);
const logistics = ref<Recordable>({});
const logList = ref<Recordable[]>([]);