Open
Description
Clear and concise description of the problem
I'm having some issues with ElementUiResolver, When I want to import the image preview component el-image-viewer in element, it says that the import failed and the file cannot be found
using version is
"element-ui": "^2.15.14", "vue": "^2.7.16", "unplugin-vue-components": "^0.22.12", "vite": "5.1.4",
my import methods is
components: { 'el-image-viewer':()=>import('element-ui/packages/image/src/image-viewer.vue') },
Suggested solution
ElementUiResolver should be support el-image-viewer component
Alternative
No response
Additional context
No response
Validations
- Follow our Code of Conduct
- Read the Contributing Guide.
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.