11 lines
199 B
Vue
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>
|