import type { NodeJSON } from 'prosekit/core'
export const sampleContent: NodeJSON = {
type: 'doc',
content: [
{
type: 'paragraph',
content: [
{
type: 'text',
text: 'The content is readonly. Press the buttons above to toggle the readonly mode.',
},
],
},
],
}
npx shadcn@latest add @prosekit/vue-sample-sample-doc-readonlyimport { VueSampleSampleDocReadonly } from "@/components/vue-sample-sample-doc-readonly"<VueSampleSampleDocReadonly />