mirror of
https://github.com/imdap/ruoyi-plus-vben5.git
synced 2026-05-09 03:51:25 +08:00
feat(@vben/plugins): add tiptap rich text editor
This commit is contained in:
@@ -346,6 +346,15 @@ const routes: RouteRecordRaw[] = [
|
||||
title: $t('examples.cropper.title'),
|
||||
},
|
||||
},
|
||||
{
|
||||
name: 'TiptapExample',
|
||||
path: '/examples/tiptap',
|
||||
component: () => import('#/views/examples/tiptap/index.vue'),
|
||||
meta: {
|
||||
icon: 'lucide:square-pen',
|
||||
title: $t('examples.tiptap.title'),
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user