gancio/layouts/iframe.vue
2022-05-03 15:23:55 +02:00

9 lines
145 B
Vue

<template lang='pug'>
v-app#iframe
nuxt
</template>
<style>
#iframe.v-application {
background-color: transparent !important;
}
</style>