unplugin / unplugin-vue-components

📲 On-demand components auto importing for Vue
https://www.npmjs.com/package/unplugin-vue-components
MIT License
3.77k stars 349 forks source link

Update Idux resolver to support 2.0 version #721

Closed sallerli1 closed 5 months ago

sallerli1 commented 10 months ago

Clear and concise description of the problem

Since we recently published beta version of Idux v2, and we changed our theme and style import methods, original resolve wouldn't correctly import style theme theme assets of v2 version components.

We need make a pull request to fix this.

Suggested solution

We might add a version configuration in idux resolver options, however I wolud learn from other components with multiple version supports and be willing to take suggestions.

Alternative

No response

Additional context

No response

Validations