简介
该用户还未填写简介
擅长的技术栈
未填写擅长的技术栈
可提供的服务
暂无可提供的服务
vue 上传图片限制宽高
//上传之前beforeUpload(file) {const isJPG = file.type === 'image/jpeg' || file.type === 'image/gif'|| file.type === 'image/jpg' || file.type === 'image/png'|| file.type ===...
Vue2-Editor 使用
1.安装npm install --save vue2-editor2.在需要用得组件里面引入import { VueEditor } from 'vue2-editor'components:{VueEditor}3.也可以全局注册4.使用<template>&lt
到底了