Remove unused rich form widgets

This commit is contained in:
2026-06-09 09:34:11 +08:00
parent 42e49a1b34
commit 94e422582d
24 changed files with 1 additions and 6981 deletions
@@ -1,37 +1,5 @@
import type { RouteRecordRaw } from 'vue-router';
// import { BasicLayout } from '#/layouts';
// import { BookOpenText } from '@vben/icons';
const routes: RouteRecordRaw[] = [
// {
// component: BasicLayout,
// meta: {
// icon: BookOpenText,
// order: 9999,
// title: '组件示例',
// },
// name: 'Demos',
// path: '/demos',
// children: [
// {
// meta: {
// title: 'Notion 编辑器',
// },
// name: 'NotionEditorDemo',
// path: '/demos/notion-editor',
// component: () => import('#/views/demos/notion-editor.vue'),
// },
// {
// meta: {
// title: '富文本编辑器',
// },
// name: 'RichTextEditorDemo',
// path: '/demos/rich-text-editor',
// component: () => import('#/views/demos/rich-text-editor.vue'),
// },
// ],
// },
];
const routes: RouteRecordRaw[] = [];
export default routes;