Skip to content

Commit

Permalink
fix: playground TipTap component
Browse files Browse the repository at this point in the history
  • Loading branch information
modbender committed Dec 7, 2023
1 parent 7508e9d commit 879b975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/components/TipTap.client.vue
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,6 @@
<script setup>
const editor = useEditor({
content: "<p>I'm running Tiptap with Vue.js. 🎉</p>",
extensions: [StarterKit],
extensions: [TiptapStarterKit],
});
</script>

0 comments on commit 879b975

Please sign in to comment.