2021-03-19 12:01:37 +01:00
|
|
|
<template lang='pug'>
|
2022-05-03 15:23:55 +02:00
|
|
|
v-app#iframe
|
|
|
|
|
nuxt
|
2019-04-29 00:27:29 +02:00
|
|
|
</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>
|