diff --git a/playground/app.vue b/playground/app.vue
index 21d952a..c0f9733 100644
--- a/playground/app.vue
+++ b/playground/app.vue
@@ -1,6 +1,6 @@
-
+
diff --git a/playground/components/TipTapLowlight.client.vue b/playground/components/TipTapLowlight.client.vue
index 38283c2..7bfdbf9 100644
--- a/playground/components/TipTapLowlight.client.vue
+++ b/playground/components/TipTapLowlight.client.vue
@@ -130,7 +130,9 @@ const lowlight = TiptapcreateLowlight(Tiptapcommon);
const editor = useEditor({
content: "
I'm running Tiptap with Vue.js. 🎉
",
extensions: [
- TiptapStarterKit,
+ TiptapStarterKit.configure({
+ codeBlock: false,
+ }),
TiptapCodeBlockLowlight.configure({
lowlight,
}),