Skip to content

Commit a3d2f95

Browse files
committed
remove one line for resolving conflict incorrectly
1 parent ac5292c commit a3d2f95

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

build/bin/build-entry.js

-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ const install = function(Vue, opts = {}) {
4444
4545
Vue.prototype.$popbox = PopupBox;
4646
47-
Vue.prototype.$ELEMENT = ELEMENT;
4847
};
4948
5049
/* istanbul ignore if */

src/index.js

-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ const install = function(Vue, opts = {}) {
169169

170170
Vue.prototype.$popbox = PopupBox;
171171

172-
Vue.prototype.$ELEMENT = ELEMENT;
173172
};
174173

175174
/* istanbul ignore if */

0 commit comments

Comments
 (0)