# online-doc-edit **Repository Path**: xiaominxs/online-doc-edit ## Basic Information - **Project Name**: online-doc-edit - **Description**: 基于springboot+vue+websock实现的多人在线文档编辑项目 - **Primary Language**: Java - **License**: MulanPSL-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2022-11-12 - **Last Updated**: 2024-02-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # online-doc-edit ## 前提条件 ``` 启动server服务 ``` ## 前端安装 ``` npm install ``` ### 使用示例 ``` ``` ## 参数说明 参数 | 类型 | 默认值 | 作用 --------|--------|-----------|----- btnType | String | 4 | 头部显示工具按钮组 sureText | String | 确认 | 确认按钮文本值 cancelText | String | 取消 | 取消按钮文本值 siginText | String | 重新签名 | 签名按钮文本值 title | String | null | 组件标题 formkey | String | null | 表单唯一标识 wsurl | String | null | websocket地址 formdata | Object | 内容过长省略... | 表单数据 showModal |Boolean | false | 模态框是否展示 ## 事件说明 事件名称 | 说明 | 回调参数 --------|--------|------ savedata | 保存表单更改数据 | 表单更改数据 cancel | 模态框关闭事件 | ----