diff --git a/playground/src/Editor.vue b/playground/src/Editor.vue index ab8b0d8..68e57bc 100644 --- a/playground/src/Editor.vue +++ b/playground/src/Editor.vue @@ -7,6 +7,7 @@ import { LexicalLinkPlugin, LexicalListPlugin, LexicalRichTextPlugin, + LexicalCheckListPlugin, } from 'lexical-vue' import EmojisPlugin from './plugins/EmojisPlugin.vue' @@ -48,6 +49,7 @@ import TwitterPlugin from './plugins/TwitterPlugin/index.vue' +