dashboard/shell/components/templates/standalone.vue

10 lines
135 B
Vue

<template>
<router-view :key="$route.path" />
</template>
<style lang="scss">
body, #__nuxt, #__layout {
height: 100%;
}
</style>