Skip to content
This repository was archived by the owner on Jan 23, 2022. It is now read-only.

Commit d460897

Browse files
committed
feat: added element-plus ^1.1.0-beta.1 support
1 parent b7302a7 commit d460897

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

generator/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module.exports = (api, opts) => {
33

44
api.extendPackage({
55
dependencies: {
6-
'element-plus': '^1.0.2-beta.71'
6+
'element-plus': '^1.1.0-beta.1'
77
}
88
})
99

generator/templates/src/plugins/element.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import ElementPlus from 'element-plus'
33
<%_ if (options.customTheme) { _%>
44
import '../element-variables.scss'
55
<%_ } else { _%>
6-
import 'element-plus/lib/theme-chalk/index.css'
6+
import 'element-plus/dist/index.css'
77
<%_ } _%>
88
<%_ } else { _%>
99
import { ElButton, ElConfigProvider } from 'element-plus'

0 commit comments

Comments
 (0)