@extscreen/es-core 1.0.11 → 1.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import Vue from 'vue';
|
|
2
|
-
import { getEventRedirector as getEventRedirector$1 } from '@/utils';
|
|
3
2
|
|
|
4
3
|
/**
|
|
5
4
|
*
|
|
@@ -2090,7 +2089,7 @@ function ESSeekBarViewComponent() {
|
|
|
2090
2089
|
},
|
|
2091
2090
|
|
|
2092
2091
|
render(h) {
|
|
2093
|
-
const on = getEventRedirector
|
|
2092
|
+
const on = getEventRedirector.call(this, [
|
|
2094
2093
|
['focus', 'focusChange'],
|
|
2095
2094
|
['seek-change', 'seekBarChange'],
|
|
2096
2095
|
]);
|