富文字編輯器wangeditor的使用方法

2021-10-06 11:39:18 字數 1331 閱讀 8221

附上富文字文件:

首先引入富文字:

import

efrom

"wangeditor"

;

js
mounted()

; editor.customconfig.uploadimgshowbase64 =

true

; editor.

create()

; editor.txt.

html

(this

.ruleform.intro)

;}

js的data中
intro:

"",

html
ref=

"editor"

style

="text-align

:left;

">

div>

以上寫完就可以正常開始使用富文字了,顯示內容渲染時會出現標籤,記得使用v-html進行轉化,在最近的專案中有遇到上傳和展示的問題,看文件進行總結:

html

ref=

"editor"

v-show

="tantitle == '檢視公告' ? false : true"

style

="overflow

: auto;

">

div>

js中data

url:"",

//富文字位址

content:"",

//富文字內容

js
mounted()

; editor.customconfig.

customuploadimg

=function

(files, insert)

)(j);}

} that.

$posts

("/api/pcadmin/hr/resumes/upload"

, form)

.then

((res)

=>);

});// files 是 input 中選中的檔案列表};

editor.

create()

; editor.txt.

html

(this

.content);}

,

富文字編輯器

關於使用富文字編輯器的一些小坑 官網 1.專案 片 editor fail function xhr,editor,result custominsert function insertimg,result,editor this.editor.create this.editor.txt.html...

富文字編輯器

富文字編輯器,rich text editor,簡稱 rte,它提供類似於 microsoft word 的編輯功能。常用的富文字編輯器 kindeditor ueditor ckeditor 在頁面中新增js 用於初始化kindeditorallowfilemanager 是否允許瀏覽伺服器已上傳...

富文字編輯器

富文字編輯器,rich text editor,簡稱 rte,它提供類似於 microsoft word 的編輯功能。常用的富文字編輯器 kindeditor ueditor ckeditor 在頁面中新增js 用於初始化kindeditor allowfilemanager 是否允許瀏覽伺服器已上...