refactor: use Nuxt 4 directory structure
This commit is contained in:
10
app/components/GitHubButton.vue
Normal file
10
app/components/GitHubButton.vue
Normal file
@ -0,0 +1,10 @@
|
||||
<template>
|
||||
<UButton
|
||||
color="primary"
|
||||
variant="subtle"
|
||||
icon="i-lucide-github"
|
||||
to="https://github.com/AnotiaWang/deep-research-web-ui"
|
||||
target="_blank"
|
||||
>
|
||||
</UButton>
|
||||
</template>
|
Reference in New Issue
Block a user