Loading src/components/paneConnectComponents/hostDisplay.vue +0 −1 Original line number Diff line number Diff line <template> <div class="host-display"> <h2>Debug</h2> <div v-if="$store.getters.ready"> <p><b>Host:</b> {{ $store.state.host }}</p> <p><b>Base URI:</b> {{ $store.getters.uri }}</p> Loading src/components/paneConnectComponents/hostInput.vue +0 −1 Original line number Diff line number Diff line <template> <div class="host-input"> <h2>Connect</h2> <div class="uk-margin"> <form @submit.prevent="handleSubmit"> <div class="uk-inline"> Loading Loading
src/components/paneConnectComponents/hostDisplay.vue +0 −1 Original line number Diff line number Diff line <template> <div class="host-display"> <h2>Debug</h2> <div v-if="$store.getters.ready"> <p><b>Host:</b> {{ $store.state.host }}</p> <p><b>Base URI:</b> {{ $store.getters.uri }}</p> Loading
src/components/paneConnectComponents/hostInput.vue +0 −1 Original line number Diff line number Diff line <template> <div class="host-input"> <h2>Connect</h2> <div class="uk-margin"> <form @submit.prevent="handleSubmit"> <div class="uk-inline"> Loading