mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-12 00:53:55 +00:00
12 lines
322 B
Vue
12 lines
322 B
Vue
<template>
|
|
<v-container fill-height>
|
|
<v-layout justify-center align-center>
|
|
<v-flex shrink>
|
|
<v-btn icon color="test" large @click="$vuetify.theme.dark = !$vuetify.theme.dark">
|
|
<v-icon>mdi-theme-light-dark</v-icon>
|
|
</v-btn>
|
|
</v-flex>
|
|
</v-layout>
|
|
</v-container>
|
|
</template>
|