UNPKG

mdui.editor

Version:

Material Design 样式的富文本编辑器

14 lines (13 loc) 281 B
import 'mdui.jq/es/methods/find'; import MenuListAbstract from '../abstracts/menuListAbstract'; /** * 有序列表 */ class Ol extends MenuListAbstract { getName() { return 'ol'; } } Ol.icon = 'format_list_numbered'; Ol.title = '有序列表'; export default Ol;