change back to routing
This commit is contained in:
parent
a41dbdb964
commit
df2e604e49
@ -1,12 +1,15 @@
|
|||||||
<template>
|
<template>
|
||||||
|
<routing/>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
import routing from './components/routing.vue'
|
||||||
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'App',
|
name: 'App',
|
||||||
components: {
|
components: {
|
||||||
|
routing
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user