0
0
Fork 0
mirror of https://github.com/VueTubeApp/VueTube synced 2024-11-01 09:22:39 +00:00
VueTube/NUXT/layouts/empty.vue
2022-03-31 00:22:24 -04:00

11 lines
180 B
Vue

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