Browse Source

添加element-ui组件尺寸配置

daxiongYang 6 years ago
parent
commit
d7bc593c3c
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/element-ui/index.js

+ 2 - 0
src/element-ui/index.js

@ -151,3 +151,5 @@ Vue.prototype.$confirm = MessageBox.confirm
151 151
Vue.prototype.$prompt = MessageBox.prompt
152 152
// Vue.prototype.$notify = Notification
153 153
Vue.prototype.$message = Message
154
155
Vue.prototype.$ELEMENT = { size: 'medium' }