gancio/layouts/iframe.vue
2020-01-21 01:18:01 +01:00

8 lines
115 B
Vue

<template>
<nuxt />
</template>
<style lang='less'>
html, body {
background-color: transparent;
}
</style>