zhouhongshuo ca9430f82c 初始化
2024-08-25 23:46:05 +08:00

8 lines
161 B
Vue

<script lang="ts" setup>
import { IconMore, VButton } from "@halo-dev/components";
</script>
<template>
<VButton size="sm"><IconMore /></VButton>
</template>