Remove unused rich form widgets
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user