<template>
<router-view :key="$route.path + new Date().getTime()" />
</template>
<script>
export default {}
</script>
<style scoped>
</style>