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