摘要:
下载wangEditor cnpm i wangeditor --save 首先我是讲他定义为一个子组件组件到别的父组件中使用 子组件中引入 import Editor from "wangeditor" 下面是子组件代码 <template> <div class="wrap"> <div id= 阅读全文
摘要:
项目结构 express中间件指定静态资源目录 app.use("/static",express.static(path.join(__dirname,"/public"))) 图片下载到本地路径 app.use(multer({dest:"./public"}).array("file")) 请 阅读全文