Skip to content

Commit 641c88b

Browse files
committed
feat(sponsoring): 所有页面使用新 tab 打开
1 parent 5ab8794 commit 641c88b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/pages/sponsors/Index.vue

+1
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ const sponsorList = ref([
232232
:key="sponsor.name"
233233
class="cursor-pointer text-center"
234234
:href="sponsor.web"
235+
target="_blank"
235236
>
236237
<img
237238
loading="lazy"

0 commit comments

Comments
 (0)