diff --git a/src/apps/AppInfotainment/newLIst.vue b/src/apps/AppInfotainment/newLIst.vue index 7ff3eec5..a5d8b0ac 100644 --- a/src/apps/AppInfotainment/newLIst.vue +++ b/src/apps/AppInfotainment/newLIst.vue @@ -48,7 +48,7 @@ name: 'newList', data () { return { - currIndex: '0', + currIndex: 0, title: '', isLoading: false, newsList: [], diff --git a/src/apps/AppMonitoringObject/Add.vue b/src/apps/AppMonitoringObject/Add.vue index 1c86dd68..a0b1f220 100644 --- a/src/apps/AppMonitoringObject/Add.vue +++ b/src/apps/AppMonitoringObject/Add.vue @@ -17,7 +17,7 @@
+