gancio-upstream/layouts/iframe.vue

10 lines
161 B
Vue
Raw Normal View History

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