router.ts 226 Bytes
export default [
  {
    path: 'wang-editor5',
    name: 'WangEditor5',
    component: () => import('./WangEditor5.vue'),
    meta: {
      title: 'wangEditor 5',
      permission: ['*'],
      keepalive: true,
    },
  },
];