add a link to the v2 blog post

This commit is contained in:
Hans Pagel
2021-04-21 16:04:49 +02:00
parent 9f9c21356b
commit 3bda978688

View File

@@ -1,11 +1,19 @@
<template> <template>
<div class="app"> <div class="app">
<banner-message <!-- <banner-message
to="https://v1.tiptap.dev" to="https://v1.tiptap.dev"
v-if="$route.name === 'home'" v-if="$route.name === 'home'"
color="black" color="black"
> >
Youre browsing the documentation for v2.x. Click here for the v1.x documentation Youre browsing the documentation for v2.x. Click here for the v1.x documentation
</banner-message> -->
<banner-message
to="https://blog.ueber.io/post/tiptap-public-beta/"
v-if="$route.name === 'home'"
color="black"
>
Its public! Read all about the tiptap v2 beta
</banner-message> </banner-message>
<div class="app__navigation"> <div class="app__navigation">