Skip to content
This repository has been archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
fix: build fail
Browse files Browse the repository at this point in the history
  • Loading branch information
likui628 committed Oct 29, 2023
1 parent 1210657 commit 9e5a690
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 16 deletions.
6 changes: 6 additions & 0 deletions apps/admin/src/pages/demo/charts/Line.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<script lang="ts" setup>
</script>
<template>
<div>Demo待补充</div>
</template>
6 changes: 6 additions & 0 deletions apps/admin/src/pages/demo/charts/Pie.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<script lang="ts" setup>
</script>
<template>
<div>Demo待补充</div>
</template>
16 changes: 0 additions & 16 deletions packages/router/src/routes/modules/demo/charts.ts
Original file line number Diff line number Diff line change
@@ -1,21 +1,5 @@
import {LAYOUT} from '../../basic'

// const charts: RouteRecordItem = {
// path: '/charts',
// name: 'Charts',
// component: LAYOUT,
// redirect: '/charts/index',
// meta: {
// title: '图表',
// orderNo: 6,
// icon: 'material-symbols:bubble-chart-outline',
// root: true
// },
// children: []
// }
//
// export default charts

const charts: RouteRecordItem = {
path: '/charts',
name: 'Charts',
Expand Down

0 comments on commit 9e5a690

Please sign in to comment.