add a link to the v2 blog post
This commit is contained in:
@@ -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"
|
||||||
>
|
>
|
||||||
You’re browsing the documentation for v2.x. Click here for the v1.x documentation →
|
You’re 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"
|
||||||
|
>
|
||||||
|
It’s public! Read all about the tiptap v2 beta →
|
||||||
</banner-message>
|
</banner-message>
|
||||||
|
|
||||||
<div class="app__navigation">
|
<div class="app__navigation">
|
||||||
|
|||||||
Reference in New Issue
Block a user