remvoe routing from search
This commit is contained in:
parent
000306b4ed
commit
1b58abd95d
@ -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 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user