tiptap/examples/Components/Hero/index.vue
2018-08-23 08:03:42 +02:00

15 lines
453 B
Vue
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<template>
<div class="hero">
<div class="hero__inner">
<h1>
tiptap a renderless rich-text editor toolkit for Vue.js
</h1>
<p>
This editor is based on <a href="https://prosemirror.net">Prosemirror</a>, <em>fully extendable</em> and renderless. There is a plugin system that lets you render each node as <strong>a vue component</strong>.
</p>
</div>
</div>
</template>
<style lang="scss" src="./style.scss" scoped></style>