Loading src/components/hostDisplay.vue +3 −0 Original line number Diff line number Diff line <template> <div class="host-display"> <h2>Debug</h2> <div v-if="$store.state.connected"> <p><b>Host:</b> {{ $store.state.host }}</p> <p><b>Base URI:</b> {{ $store.getters.uri }}</p> Loading @@ -13,4 +15,5 @@ <div v-else> Enter a hostname and connect to start. </div> </div> </template> No newline at end of file Loading
src/components/hostDisplay.vue +3 −0 Original line number Diff line number Diff line <template> <div class="host-display"> <h2>Debug</h2> <div v-if="$store.state.connected"> <p><b>Host:</b> {{ $store.state.host }}</p> <p><b>Base URI:</b> {{ $store.getters.uri }}</p> Loading @@ -13,4 +15,5 @@ <div v-else> Enter a hostname and connect to start. </div> </div> </template> No newline at end of file