This commit is contained in:
2024-05-30 11:19:01 +08:00
parent 4080453b74
commit 146ac9851f

View File

@ -316,7 +316,7 @@ function withAttachment(editor) { // JS 语法
Boot.registerPlugin(withAttachment) Boot.registerPlugin(withAttachment)
function renderAttachment(elem, children, editor) { // JS function renderAttachment(elem, children, editor) { // JS
// myResume // myResume
const { fileName = '', link = '', fileSpan = '', fieldMark } = elem const { fileName = '', link = '', fileSpan = '', fieldMark = '' } = elem
// icon vnode // icon vnode
const iconVnode = h( const iconVnode = h(
// HTML tag // HTML tag