kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
18 wiersze
293 B
Markdown
18 wiersze
293 B
Markdown
<script setup>
|
|
import OptionsButton from '~/components/ui/button/Options.vue'
|
|
</script>
|
|
|
|
```ts
|
|
import OptionsButton from "~/components/ui/button/Options.vue"
|
|
```
|
|
|
|
# Options Button
|
|
|
|
-> For use cases, see [components/popover](../popover.md)
|
|
|
|
```vue-html
|
|
<OptionsButton />
|
|
```
|
|
|
|
<OptionsButton />
|