9 lines
253 B
Vue
9 lines
253 B
Vue
<template>
|
|
<div class="vp-raw flex">
|
|
<Avatar status="online" alt="Alternative text" img="https://flowbite.com/docs/images/people/profile-picture-5.jpg"/>
|
|
</div>
|
|
</template>
|
|
<script setup>
|
|
import { Avatar } from '../../../../src/index'
|
|
</script>
|