We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我我想动态获取components下面所有文件的组件实例,这个要怎么搞
vite 可以用import.meta.glob 但是这个不行
No response
The text was updated successfully, but these errors were encountered:
This issue is marked as stale because it has not had recent activity. Issues marked with stale will be closed if they have no activity within 7 days.
stale
Sorry, something went wrong.
Sounds to be the same problem as #1226.
Try import.meta.glob('@source/.vuepress/compnoents/**) and see if it works.
import.meta.glob('@source/.vuepress/compnoents/**)
Any update?
No branches or pull requests
Clear and concise description of the problem
我我想动态获取components下面所有文件的组件实例,这个要怎么搞
Suggested solution
vite 可以用import.meta.glob 但是这个不行
Alternative
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: