版本:"jodit": "^3.4.6" vue中使用不错的富文本插件,目前已经是最后的版本。 作者已经不在更新迭代,github仓库也已经不在,强手的资源哦
2022-03-24 22:56:39 1.32MB jodit Vue 富文本
1
React Jodit所见即所得编辑器 React包装器 安装 npm install jodit-react --save 更新编辑器版本 npm update jodit-react 运行演示 npm install --dev npm run demo 并打开 http://localhost:4000/ 用法 1.在您的应用程序中需要并使用JoditReact组件。 import React , { useState , useRef } from 'react' ; import JoditEditor from "jodit-react" ; const Example = ( { } ) => { const editor = useRef ( null ) const [ content , setContent ] = useState ( '' ) c
2022-03-24 22:44:06 35KB JavaScript
1
前端项目-jodit,Jodit is awesome and usefully wysiwyg editor with filebrowser
2022-03-24 22:42:00 839KB 前端项目
1