Skip to content

Commit 67f4a29

Browse files
authored
Update build-entry.js
1 parent 7625a34 commit 67f4a29

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/build-entry.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ const install = function(Vue, opts = {}) {
3535
Vue.component(component.name, component);
3636
});
3737
38-
Vue.prototype.$ELEMENT = {
38+
Vue.prototype.$UMYUI = {
3939
size: opts.size || '',
4040
zIndex: opts.zIndex || 2000
4141
};

0 commit comments

Comments
 (0)