Tab switcher now controls on-change events
This commit is contained in:
parent
c03361952f
commit
df77c8ea17
2 changed files with 28 additions and 12 deletions
|
|
@ -24,7 +24,7 @@
|
|||
</div>
|
||||
</nav>
|
||||
|
||||
<div class="uk-padding-remove-top" uk-lightbox="toggle: .lightbox-link">
|
||||
<div v-if="$store.getters.ready" class="uk-padding-remove-top" uk-lightbox="toggle: .lightbox-link">
|
||||
<div class="uk-grid-medium uk-padding uk-padding-remove-right uk-grid-match" uk-grid>
|
||||
|
||||
<captureCard
|
||||
|
|
@ -83,10 +83,6 @@ export default {
|
|||
}
|
||||
},
|
||||
|
||||
created: function () {
|
||||
this.updateCaptureList()
|
||||
},
|
||||
|
||||
computed: {
|
||||
captureApiUri: function () {
|
||||
return this.$store.getters.uri + "/camera/capture"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue