Przeglądaj źródła

添加element-ui组件尺寸配置

daxiongYang 6 lat temu
rodzic
commit
d7bc593c3c
1 zmienionych plików z 2 dodań i 0 usunięć
  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' }