Skip to content

Commit

Permalink
fix: playground checklist not work
Browse files Browse the repository at this point in the history
  • Loading branch information
HyokaChen committed Mar 6, 2024
1 parent 991d7e3 commit f39284b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions playground/src/Editor.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import {
LexicalLinkPlugin,
LexicalListPlugin,
LexicalRichTextPlugin,
LexicalCheckListPlugin,
} from 'lexical-vue'
import EmojisPlugin from './plugins/EmojisPlugin.vue'
Expand Down Expand Up @@ -48,6 +49,7 @@ import TwitterPlugin from './plugins/TwitterPlugin/index.vue'
<LexicalAutoFocusPlugin />
<CodeHighlightPlugin />
<LexicalListPlugin />
<LexicalCheckListPlugin />
<LexicalLinkPlugin />
<AutoLinkPlugin />
<ListMaxIndentLevelPlugin :max-depth="7" />
Expand Down

0 comments on commit f39284b

Please sign in to comment.