Skip to content

Commit

Permalink
fix: component not found warnings (#1326)
Browse files Browse the repository at this point in the history
  • Loading branch information
KermanX authored Feb 22, 2024
1 parent 7e53967 commit ab1b35b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/slidev/node/plugins/preset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export async function ViteSlidevPlugin(
join(process.cwd(), 'components'),
],

include: [/\.vue$/, /\.vue\?vue/, /\.vue\?v=/, /\.md$/],
include: [/\.vue$/, /\.vue\?vue/, /\.vue\?v=/, /\.md$/, /\.md\?vue/],
exclude: [],

resolvers: [
Expand Down

0 comments on commit ab1b35b

Please sign in to comment.