fix link to the v1 documentation
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="app">
|
<div class="app">
|
||||||
<banner-message
|
<banner-message
|
||||||
to="https://www.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 v1.x documentation →
|
You’re browsing the documentation for v2.x. Click here for the v1.x documentation →
|
||||||
</banner-message>
|
</banner-message>
|
||||||
|
|
||||||
<div class="app__navigation">
|
<div class="app__navigation">
|
||||||
|
|||||||
Reference in New Issue
Block a user