Added click navigation

This commit is contained in:
Joel Collins 2019-02-12 14:53:24 +00:00
parent 61ea32efb8
commit 0c305295d3
3 changed files with 21 additions and 4 deletions

View file

@ -25,7 +25,7 @@ export default {
computed: {
disableIfDisconnected: function () {
return {
'uk-disabled': !this.$store.state.connected
'uk-disabled': !this.$store.getters.ready
}
}
}