Skip to content

It's not auto import component in .jsx #864

Answered by ilyaliao
ngd-b asked this question in Q&A
Discussion options

You must be logged in to vote

Try configuring like this:

include: [
  /\.vue$/,
  /\.vue\?vue/,
  /\.vue\.[tj]sx?\?vue/, // for vue-loader with experimentalInlineMatchResource enabled
  /\.vue\?v=/,
  /\.jsx/,
],

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ngd-b
Comment options

Answer selected by ngd-b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #852 on July 18, 2025 00:33.