gancio-upstream/layouts/iframe.vue
2021-03-19 12:01:37 +01:00

9 lines
161 B
Vue

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