tiptap/examples/Components/Hero/index.vue

15 lines
453 B
Vue
Raw Normal View History

2018-08-23 14:03:42 +08:00
<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>