1.4.4 • Published 3 months ago

smart-editor-v3 v1.4.4

Weekly downloads
-
License
-
Repository
-
Last release
3 months ago

smart-editor-v3

简介

智荟通自研编辑器引擎,基于vue3,tiptap,naiveui打造

安装

使用pnpm安装

pnpm i smart-editor-v3

使用

<template>
    <umo-editor v-bind="options" />
</template>

// 使用组合式 API
<script setup>
    import { ref } from 'vue'
    import { UmoEditor } from '@umoteam/editor'

    const options = ref({
        // 配置项
        // ...
    })
</script>

接口说明

默认配置

事件列表

方法列表