Newer
Older
<script setup lang="ts">
import { FwButton } from '~/components'
</script>
<template>
<fw-button icon="bi-three-dots-vertical" class="options-button" color="secondary" variant="ghost" />
</template>
<style lang="scss">
@import './style.scss'
</style>