Skip to content

Commit

Permalink
fix: match sfc files
Browse files Browse the repository at this point in the history
  • Loading branch information
flingyp committed Sep 13, 2023
1 parent 7d0f734 commit 1394ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/router/utils/transform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import NotFound from '~/views/common/NotFound.vue'
import ContainerLayout from '~/layout/basic/ContainerLayout.vue'
import SingleIframe from '~/components/common/SingleIframe.vue'

const systemViews = import.meta.glob('../../views/**/*.vue')
const systemViews = import.meta.glob('../../**/*.vue')

/**
* Judge whether slash start
Expand Down

0 comments on commit 1394ee2

Please sign in to comment.