mirror of
https://framagit.org/les/gancio.git
synced 2025-02-01 09:02:01 +01:00
8 lines
115 B
Vue
8 lines
115 B
Vue
<template>
|
|
<nuxt />
|
|
</template>
|
|
<style lang='less'>
|
|
html, body {
|
|
background-color: transparent;
|
|
}
|
|
</style>
|