mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-18 14:13:21 +08:00
add a link to the v2 blog post
This commit is contained in:
parent
9f9c21356b
commit
3bda978688
@ -1,11 +1,19 @@
|
||||
<template>
|
||||
<div class="app">
|
||||
<banner-message
|
||||
<!-- <banner-message
|
||||
to="https://v1.tiptap.dev"
|
||||
v-if="$route.name === 'home'"
|
||||
color="black"
|
||||
>
|
||||
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>
|
||||
|
||||
<div class="app__navigation">
|
||||
|
Loading…
Reference in New Issue
Block a user