remvoe routing from search

This commit is contained in:
sperwing 2024-12-01 00:58:14 +01:00
parent 000306b4ed
commit 1b58abd95d

View File

@ -87,10 +87,8 @@
</v-text-field> </v-text-field>
<v-btn @click="searchConnection()">find connection</v-btn> <v-btn @click="searchConnection()">find connection</v-btn>
</div> </div>
<routing v-if="showRouting" :connections="connections"></routing>
</template> </template>
<script> <script>
import routing from './routing';
import axios from 'axios'; import axios from 'axios';
const client = axios.create({ const client = axios.create({
@ -109,7 +107,6 @@
props: { props: {
}, },
components: { components: {
routing,
}, },
data() { data() {
return { return {