change back to routing

This commit is contained in:
sperwing 2024-12-01 01:15:20 +01:00
parent a41dbdb964
commit df2e604e49

View File

@ -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>