Skip to content

Commit

Permalink
[Fix] Table Support
Browse files Browse the repository at this point in the history
  • Loading branch information
Harry-zklcdc committed May 6, 2020
1 parent d2cbeea commit e639ea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/admin/components/Simditor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
props: {
toolbar: {
type: Array,
default: () => ['title', 'bold', 'italic', 'underline', 'fontScale', 'color', 'ol', 'ul', '|', 'link', 'image', 'uploadfile', 'hr', '|', 'indent', 'outdent', 'alignment', '|', 'markdown']
default: () => ['title', 'bold', 'italic', 'underline', 'fontScale', 'color', 'ol', 'ul', '|', 'blockquote', 'code', 'link', 'table', 'image', 'uploadfile', 'hr', '|', 'indent', 'outdent', 'alignment', '|', 'markdown']
},
value: {
type: String,
Expand Down

0 comments on commit e639ea3

Please sign in to comment.