We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed7ebc2 commit fcb7e60Copy full SHA for fcb7e60
src/components/toolbar-button/btn-strikethrough.js
@@ -1,8 +1,8 @@
1
export default {
2
- name: 'strikethrough',
3
- icon: 'fa-strikethrough',
4
- title: '删除线',
5
- action: {
6
- insert: ['~~', '~~']
7
- }
+ name: 'strikethrough',
+ icon: 'fa-strikethrough',
+ title: '删除线',
+ action: {
+ insert: ['~~', '~~']
+ }
8
}
src/components/toolbar-button/toolbarBtn.js
@@ -8,11 +8,11 @@ import BtnLink from './btn-link'
import BtnTable from './btn-table'
9
10
export let toolbarBtn = [
11
- BtnBold,
12
- BtnItalic,
13
- BtnStrikeThrough,
14
- Divider,
15
- BtnImg,
16
- BtnLink,
17
- BtnTable
+ BtnBold,
+ BtnItalic,
+ BtnStrikeThrough,
+ Divider,
+ BtnImg,
+ BtnLink,
+ BtnTable
18
]
0 commit comments