@elegant-editor/vue
v0.0.1
Published
Vue 3 adapter for Elegant Editor
Downloads
8
Maintainers
Readme
@frame-flex/vue
Vue 3 adapter for Elegant Editor.
Installation
npm install @frame-flex/vue vue @tiptap/vue-3Quick Start
<template>
<RichTextEditor v-model="content" />
</template>
<script setup lang="ts">
import { ref } from 'vue';
import { RichTextEditor } from '@frame-flex/vue';
import '@frame-flex/vue/styles';
const content = ref();
</script>License
MIT © 柒林
