DemoAvatarColors.vue
387 Bytes
<template>
<div class="demo-space-x">
<VAvatar color="primary">
PI
</VAvatar>
<VAvatar color="secondary">
SE
</VAvatar>
<VAvatar color="success">
SU
</VAvatar>
<VAvatar color="info">
IN
</VAvatar>
<VAvatar color="warning">
WA
</VAvatar>
<VAvatar color="error">
ER
</VAvatar>
</div>
</template>