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