Skip to content

Commit

Permalink
fix: components import
Browse files Browse the repository at this point in the history
  • Loading branch information
yjl9903 committed Feb 22, 2024
1 parent b589934 commit d8c9547
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ export default defineNuxtConfig({
{
path: '~/components/docs',
pathPrefix: false
},
{
path: '~/components',
pathPrefix: false
}
],
alias: {
Expand Down

0 comments on commit d8c9547

Please sign in to comment.