ソースを参照

添加element-ui组件尺寸配置

daxiongYang 6 年 前
コミット
d7bc593c3c
共有1 個のファイルを変更した2 個の追加0 個の削除を含む
  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' }