We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7576d7b commit 17f3b97Copy full SHA for 17f3b97
src/core/resolvers/element-plus.ts
@@ -158,7 +158,7 @@ export function ElementPlusResolver(
158
return optionsResolved
159
optionsResolved = {
160
ssr: false,
161
- version: await getPkgVersion('element-plus', '1.1.0-beta.21'),
+ version: await getPkgVersion('element-plus', '2.2.2'),
162
importStyle: 'css',
163
directives: true,
164
exclude: undefined,
0 commit comments