Fixes
This commit is contained in:
parent
ba1fa6cb4f
commit
87750d0826
@ -45,7 +45,7 @@
|
||||
|
||||
export default {
|
||||
data () {
|
||||
return {activeTab: 'first', editing: Boolean}
|
||||
return {activeTab: 'first', editing: false}
|
||||
},
|
||||
components: {
|
||||
Frequency, ParkingList
|
||||
|
@ -14,7 +14,7 @@ You should have received a copy of the GNU General Public License along with FG
|
||||
<Upload :visible.sync="uploadVisible" ref="upload"></Upload>
|
||||
<ZoomButton icon="fas fa-th" v-on:click="zoomin" :show="true" tooltip="Zoomin"></ZoomButton>
|
||||
<ZoomButton icon="fas fa-th-large" v-on:click="zoomout" :show="!editing" tooltip="Zoomout"></ZoomButton>
|
||||
<ZoomButton icon="far fa-eye-slash" v-on:click="hideAPT" :show="!editing" tooltip="Hide APT"></ZoomButton>
|
||||
<ZoomButton icon="far fa-eye-slash" v-on:click="hideAPT" :show='true' tooltip="Hide APT"></ZoomButton>
|
||||
|
||||
<EditButton icon="fas fa-upload" v-on:click="upload" :show="!editing" tooltip="Upload"></EditButton>
|
||||
<EditButton icon="fas fa-plane" v-on:click="test" :show="!editing" tooltip="Export"></EditButton>
|
||||
|
Loading…
Reference in New Issue
Block a user