mirror of
https://github.com/imdap/ruoyi-plus-vben5.git
synced 2026-05-13 15:12:10 +08:00
feat(@vben/plugins): 补充 tiptap 图片上传类型、工具栏和示例
- 新增 ImageUploadOptions 类型定义和 imageUpload 属性 - 工具栏图片按钮支持上传/URL 双模式 - playground 添加图片上传 mock 示例
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
import type { Editor } from '@tiptap/vue-3';
|
||||
|
||||
import type { ImageUploadOptions, ToolbarAction, ToolbarMenuItem } from './types';
|
||||
import type {
|
||||
ImageUploadOptions,
|
||||
ToolbarAction,
|
||||
ToolbarMenuItem,
|
||||
} from './types';
|
||||
|
||||
import {
|
||||
AlignCenter,
|
||||
|
||||
Reference in New Issue
Block a user