@extscreen/es-core 10000.0.9 → 10000.0.10
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -2548,11 +2548,11 @@ function ESPageRootViewComponent() {
|
|
2548
2548
|
Vue.component('page', {
|
2549
2549
|
methods: {
|
2550
2550
|
onLifecycleChanged(evt) {
|
2551
|
-
console.log('ESRouter', "--------onLifecycleChanged------>>>>>" +
|
2551
|
+
console.log('ESRouter', "--------onLifecycleChanged------>>>>>" + evt);
|
2552
2552
|
this.$emit("onLifecycleChanged", evt);
|
2553
2553
|
},
|
2554
2554
|
onDispatchKeyEvent(evt) {
|
2555
|
-
console.log('ESRouter', "--------onDispatchKeyEvent------>>>>>" +
|
2555
|
+
console.log('ESRouter', "--------onDispatchKeyEvent------>>>>>" + evt);
|
2556
2556
|
this.$emit("onDispatchKeyEvent", evt);
|
2557
2557
|
},
|
2558
2558
|
},
|