Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkokari-gtyih authored Jan 19, 2024
1 parent cd6b923 commit d59f264
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/frontend/src/global/router/definition.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const page = (loader: AsyncComponentLoader<any>) => defineAsyncComponent({
loadingComponent: MkLoading,
errorComponent: MkError,
});

const routes: RouteDef[] = [{
path: '/@:initUser/pages/:initPageName/view-source',
component: page(() => import('@/pages/page-editor/page-editor.vue')),
Expand Down

0 comments on commit d59f264

Please sign in to comment.