fix(styles): 删除无效代码
This commit is contained in:
parent
6f71522eea
commit
f1cad19531
@ -427,11 +427,8 @@
|
|||||||
height: 480,
|
height: 480,
|
||||||
placeholder: '', //_ts.$t('inputContent', _ts.$store.state.locale)
|
placeholder: '', //_ts.$t('inputContent', _ts.$store.state.locale)
|
||||||
resize: false,
|
resize: false,
|
||||||
value: ''
|
value: articleContent
|
||||||
});
|
});
|
||||||
|
|
||||||
let mark = _ts.contentEditor.html2md(articleContent);
|
|
||||||
_ts.contentEditor.setValue(mark);
|
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user