编辑器开发

This commit is contained in:
暮光:城中城
2020-06-07 23:12:48 +08:00
parent 0965f44866
commit cafe72fcc2
9 changed files with 183 additions and 19 deletions

View File

@@ -0,0 +1,12 @@
import toolbarCommon from './common';
const $ = require("jquery");
export default {
handleBorder() {
toolbarCommon.selectionAddClass("border");
}
}