摘要: 安装wangeditor npm i wangeditor --save 封装组件 src -> compontents -> wangeditor index.vue <template lang="html"> <div class="editor"> <div ref="toolbar" cl 阅读全文
posted @ 2021-03-04 15:40 SophialIana 阅读(502) 评论(0) 推荐(0) 编辑
摘要: axios是一个就promise的HTTP库,可以用在浏览器和node.js中 main.js import Vue from 'vue' import axios from 'axios' // 使用拦截器// 添加请求拦截器 axios.interceptors.response.use( re 阅读全文
posted @ 2021-03-04 10:17 SophialIana 阅读(212) 评论(0) 推荐(0) 编辑