VueTube/NUXT/layouts/empty.vue

12 lines
180 B
Vue

<template>
<v-app style="background: transparent !important">
<nuxt />
</v-app>
</template>
<style>
* {
font-family: Arial, Helvetica, sans-serif !important;
}
</style>