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