import toolbarCommon from './common'; const $ = require("jquery"); export default { handleBorder() { toolbarCommon.selectionAddClass("border"); } }