Files
deep-research-web-ui/components/GitHubButton.vue
2025-02-12 15:29:26 +08:00

11 lines
199 B
Vue

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