Removed unexpected 'this'
This commit is contained in:
parent
540c818751
commit
46cd97625d
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<div
|
<div
|
||||||
v-if="!(this.requireConnection && !this.$store.getters.ready)"
|
v-if="!(requireConnection && !$store.getters.ready)"
|
||||||
:hidden="currentTab != id"
|
:hidden="currentTab != id"
|
||||||
class="uk-width-expand"
|
class="uk-width-expand"
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue