mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-08 04:25:07 +00:00
11 lines
138 B
Vue
11 lines
138 B
Vue
|
<template>
|
||
|
<v-app>
|
||
|
<nuxt />
|
||
|
</v-app>
|
||
|
</template>
|
||
|
|
||
|
<style>
|
||
|
* {
|
||
|
font-family: Arial, Helvetica, sans-serif !important;
|
||
|
}
|
||
|
</style>
|