remove vue-starter-kit from docs, fix #185

This commit is contained in:
Philipp Kühn 2021-03-05 10:21:35 +01:00
parent aa3913cb06
commit 81a69ef526

View File

@ -47,7 +47,7 @@ This is the fastest way to get tiptap up and running with Vue. It will give you
</template>
<script>
import { Editor, EditorContent } from '@tiptap/vue-starter-kit'
import { Editor, EditorContent } from '@tiptap/vue-2'
import { defaultExtensions } from '@tiptap/starter-kit'
export default {