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