VueTube/NUXT/layouts/empty.vue

12 lines
180 B
Vue
Raw Permalink Normal View History

<template>
2022-03-31 04:22:24 +00:00
<v-app style="background: transparent !important">
2022-03-21 23:47:11 +00:00
<nuxt />
</v-app>
</template>
<style>
* {
font-family: Arial, Helvetica, sans-serif !important;
}
2022-03-21 23:47:11 +00:00
</style>