摘要: 使用生命周期钩子onBeforeMount setup(){ const postData = ref([]) onBeforeMount(async () => { const res = await axios.get('http://localhost:3002/postdata') post 阅读全文
posted @ 2022-05-30 18:52 lijun12138 阅读(1747) 评论(0) 推荐(0)