05 2021 档案

摘要:1、代理转发 nuxt.config.js文件中添加: 先npm install @nuxtjs/axios --save 安装插件 export default { modules: [ '@nuxtjs/axios', ], server: { port: 8001, // default: 3 阅读全文
posted @ 2021-05-20 17:22 czz是我 阅读(68) 评论(0) 推荐(0)
摘要:HTML <div class="image_box"> <label class="upload_icon">+</label> <input type="file" accept="image/*" @change="uploadImage(this)" id="file" name="file 阅读全文
posted @ 2021-05-08 17:23 czz是我 阅读(81) 评论(0) 推荐(0)