Files
deep-research-web-ui/components/GitHubButton.vue
2025-02-12 12:27:56 +08:00

12 lines
210 B
Vue

<template>
<UButton
color="primary"
variant="subtle"
icon="i-lucide-github"
to="https://github.com/AnotiaWang/deep-research-web-ui"
target="_blank"
>
GitHub
</UButton>
</template>