8 lines
115 B
Vue
8 lines
115 B
Vue
<template>
|
|
<nuxt />
|
|
</template>
|
|
<style lang='less'>
|
|
html, body {
|
|
background-color: transparent;
|
|
}
|
|
</style>
|