APIForm controls APIAvatar APIAvatar PropertiescssOn this pagecss Description Adds a custom style to the Avatar control. Usage css?: string; Example <template> <div class="demo-box"> <Avatar :value="user" css="my-class" /> </div></template><style scoped> .demo-box :global(.my-class) { background-color: gold; }</style> Related article: Avatar