Switch to using TDs in the store

This commit is contained in:
Richard Bowman 2023-11-30 23:22:10 +00:00
parent 8865d88e20
commit c2ec060df9
4 changed files with 21 additions and 37 deletions

View file

@ -58,7 +58,7 @@ export default {
},
streamImgUri: function() {
return `${this.$store.getters.baseUri}/camera/mjpeg_stream`;
},
}
},
mounted() {