gancio-upstream/layouts/iframe.vue

10 lines
145 B
Vue
Raw Normal View History

2021-03-19 12:01:37 +01:00
<template lang='pug'>
2022-05-03 15:23:55 +02:00
v-app#iframe
nuxt
</template>
2022-05-03 15:23:55 +02:00
<style>
2021-03-19 12:01:37 +01:00
#iframe.v-application {
background-color: transparent !important;
2020-01-21 01:18:01 +01:00
}
</style>