diff --git a/examples/Components/Routes/SearchAndReplace/index.vue b/examples/Components/Routes/SearchAndReplace/index.vue index 42242f70..5bc922d0 100644 --- a/examples/Components/Routes/SearchAndReplace/index.vue +++ b/examples/Components/Routes/SearchAndReplace/index.vue @@ -119,10 +119,18 @@ type="text" v-model="replaceWith" /> - - - - + + + + @@ -192,25 +200,11 @@ export default { ], content: `
- this is a very basic example of tiptap. + Search something. 🔍 Replace something. ✂️ Or replace all the things! 💥 That's it. That's how a search works. Good luck.
-body { display: none; }
- - It's amazing 👏 -`, }), }
- – mom -