loads of work...

This commit is contained in:
2019-04-28 15:41:00 +02:00
parent 87d683d4af
commit d31b2dd348
21 changed files with 447 additions and 318 deletions

View File

@@ -1,14 +1,13 @@
<template>
<router-view></router-view>
</template>
<script>
export default {
data: () => ({
}),
}
<template>
<keep-alive>
<router-view :key="$route.fullPath"></router-view>
</keep-alive>
</template>
<script>
export default {
data () {
return {}
},
}
</script>
<style scoped>
</style>