Skip to content

Instantly share code, notes, and snippets.

@depsimon
depsimon / AvatarPicker.vue
Created March 5, 2019 10:41
Avatar Picker with Vuetify in a Profile Form
<template>
<v-dialog :fullscreen="$vuetify.breakpoint.xs" width="500" transition="dialog-bottom-transition" v-model="show">
<v-card>
<v-toolbar dark color="primary">
<v-btn icon dark @click="show = false">
<v-icon>close</v-icon>
</v-btn>
<v-toolbar-title>Select an Avatar</v-toolbar-title>
<v-spacer></v-spacer>
</v-toolbar>