08 2022 档案

摘要:getCurrentInstance 获取当前组件实例 import { getCurrentInstance } from "vue"; const instance = getCurrentInstance(); ctx 当前组件的上下文,只能在开发环境下使用,生产环境下的 ctx 将访问不到, 阅读全文
posted @ 2022-08-31 16:27 Magi黄元 阅读(619) 评论(0) 推荐(0) 编辑
摘要:接口请求时候加载loading,这里使用的vue+vant import axios from 'axios'; import { Toast } from 'vant'; const instance = axios.create({ baseURL: 'xxx', timeout: 100000 阅读全文
posted @ 2022-08-11 10:39 Magi黄元 阅读(1807) 评论(0) 推荐(0) 编辑