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[]>([]);
本文标题:vue TS ref的写法
本文链接:https://www.haomeiwen.com/subject/gpavzdtx.html
网友评论