From 11c40f07a5665d794e7443f34a493aa6624e02e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Tue, 4 Jun 2019 22:44:12 +0200 Subject: [PATCH] wording --- .../Routes/SearchAndReplace/index.vue | 34 ++++++++----------- 1 file changed, 14 insertions(+), 20 deletions(-) diff --git a/examples/Components/Routes/SearchAndReplace/index.vue b/examples/Components/Routes/SearchAndReplace/index.vue index 42242f70e..5bc922d0d 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: `

- Hi there, + Search and Replace

- 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 -
`, }), }