add a note about tiptap 2 to the website

This commit is contained in:
Hans Pagel
2020-12-10 16:07:52 +01:00
parent b2394ffa99
commit b9129c843d
3 changed files with 39 additions and 0 deletions

View File

@@ -1,6 +1,8 @@
<template>
<div class="page" spellcheck="false">
<banner />
<navigation />
<hero />
@@ -24,6 +26,7 @@
</template>
<script>
import Banner from 'Components/Banner'
import Navigation from 'Components/Navigation'
import Hero from 'Components/Hero'
import Subnavigation from 'Components/Subnavigation'
@@ -31,6 +34,7 @@ import Icon from 'Components/Icon'
export default {
components: {
Banner,
Navigation,
Hero,
Subnavigation,