mirror of https://github.com/halo-dev/halo
8 lines
161 B
Vue
8 lines
161 B
Vue
![]() |
<script lang="ts" setup>
|
||
|
import { VButton, IconMore } from "@halo-dev/components";
|
||
|
</script>
|
||
|
|
||
|
<template>
|
||
|
<VButton size="sm"><IconMore /></VButton>
|
||
|
</template>
|