摘要: 5.上传文件的案例(简单版的) // html <input type="file" id="avatar" name="avatar" value="" accept="image/png, image/jpeg" multiple required> // js代码 (function () { 阅读全文
posted @ 2020-02-29 15:55 一城柳絮吹成雪 阅读(235) 评论(0) 推荐(0) 编辑
摘要: <template> <div class="about"> <h1>This is an about page</h1> <input type="file" value="上传图片" class="upload" @change="handleFileChange" ref="inputer" 阅读全文
posted @ 2020-02-29 15:47 一城柳絮吹成雪 阅读(1919) 评论(0) 推荐(0) 编辑
摘要: 需要安装 concurrently 模块 npm install concurrently 在packjson中运行 "scripts": { "start": "concurrently \"npm run serve\" \"npm run node\"", "serve": "vue-cli- 阅读全文
posted @ 2020-02-29 14:07 一城柳絮吹成雪 阅读(1113) 评论(0) 推荐(0) 编辑