From c824aa16781f01950a8592afa2f87315b469bd7f Mon Sep 17 00:00:00 2001 From: Hans Pagel Date: Wed, 18 Nov 2020 17:33:46 +0100 Subject: [PATCH 1/2] fix code highlighting for vuejs --- docs/src/docPages/guide/getting-started/vue-cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/docPages/guide/getting-started/vue-cli.md b/docs/src/docPages/guide/getting-started/vue-cli.md index c9c35f95..01e8c3c8 100644 --- a/docs/src/docPages/guide/getting-started/vue-cli.md +++ b/docs/src/docPages/guide/getting-started/vue-cli.md @@ -60,7 +60,7 @@ This is the fastest way to get tiptap up and running with Vue. It will give you ## 5. Add it to your app Now, let’s replace the content of `src/App.vue` with the following example code to use our new `Tiptap` component in our app. -```js +```markup