|
|
@@ -40,9 +40,6 @@ export default {
|
|
|
created () {
|
|
|
ScreenshotCache.watch(this.device, this.onScreenshotUpdate, 10000)
|
|
|
},
|
|
|
- activated () {
|
|
|
- ScreenshotCache.watch(this.device, this.onScreenshotUpdate, 10000)
|
|
|
- },
|
|
|
beforeDestroy () {
|
|
|
ScreenshotCache.unwatch(this.device.id)
|
|
|
},
|