Appearance
Notification
Notification is any system update that we want to share with the user.
Import
javascript
import { VNotification } from 'vuetify'
Usage
html
<v-notification />
<v-notification :count="20" />
<v-notification :count="4981" />
Custom Image
html
<v-notification><UserIcon /></v-notification>