mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-18 14:13:21 +08:00
fix link to the v1 documentation
This commit is contained in:
parent
dfbaf2e72c
commit
a640bb1502
@ -1,11 +1,11 @@
|
||||
<template>
|
||||
<div class="app">
|
||||
<banner-message
|
||||
to="https://www.tiptap.dev/"
|
||||
to="https://v1.tiptap.dev"
|
||||
v-if="$route.name === 'home'"
|
||||
color="black"
|
||||
>
|
||||
You’re browsing the documentation for v2.x. Click here for v1.x documentation →
|
||||
You’re browsing the documentation for v2.x. Click here for the v1.x documentation →
|
||||
</banner-message>
|
||||
|
||||
<div class="app__navigation">
|
||||
|
Loading…
Reference in New Issue
Block a user