后台使用封装好的 web 组件
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
define("editor", ["simditor", "simditor-autosave"], function(Simditor){
|
||||
define("editor", ["simditor"], function(Simditor){
|
||||
function editor(selector){
|
||||
return new Simditor({
|
||||
textarea: $(selector),
|
||||
|
||||
Reference in New Issue
Block a user