vuejs vuetify において、v-alertをもちいた、メッセージbox表示サンプル vuetify vuetify

vuejs vuetify において、v-alertをもちいた、メッセージbox表示サンプル

<v-alert type="success" icon="$success" :text="message"></v-alert>
<v-alert type="info" icon="$info" :text="message"></v-alert>
<v-alert type="warning" icon="$warning" :text="message"></v-alert>
<v-alert type="error" icon="$error" :text="message"></v-alert>

※messageの箇所は変数で、動的に変わる