返回 presentation-ai
comment-base-kit.tsx
根目录 / src / components / plate / plugins / comment-base-kit.tsx
1 import { BaseCommentPlugin } from "@platejs/comment";
2
3 import { CommentLeafStatic } from "@/components/plate/ui/comment-node-static";
4
5 export const BaseCommentKit = [
6 BaseCommentPlugin.withComponent(CommentLeafStatic),
7 ];
8
8 lines Plain Text