localhost-front/src/components/voteboard/voteInCompleteUserListCard.vue

14 lines
350 B
Vue

<template>
<li data-bs-toggle="tooltip" data-popup="tooltip-custom" data-bs-placement="top" class="avatar pull-up" aria-label="Vinnie Mostowy" data-bs-original-title="Vinnie Mostowy">
<img class="rounded-circle" src="/img/avatars/3.png" alt="Avatar">
</li>
</template>
<script setup>
</script>
<style lang="scss" scoped>
</style>