Skip to content

Commit 879b975

Browse files
committed
fix: playground TipTap component
1 parent 7508e9d commit 879b975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playground/components/TipTap.client.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,6 @@
127127
<script setup>
128128
const editor = useEditor({
129129
content: "<p>I'm running Tiptap with Vue.js. 🎉</p>",
130-
extensions: [StarterKit],
130+
extensions: [TiptapStarterKit],
131131
});
132132
</script>

0 commit comments

Comments
 (0)