We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7625a34 commit 67f4a29Copy full SHA for 67f4a29
1 file changed
build/build-entry.js
@@ -35,7 +35,7 @@ const install = function(Vue, opts = {}) {
35
Vue.component(component.name, component);
36
});
37
38
- Vue.prototype.$ELEMENT = {
+ Vue.prototype.$UMYUI = {
39
size: opts.size || '',
40
zIndex: opts.zIndex || 2000
41
};
0 commit comments