Skip to content

Commit b052d5e

Browse files
committed
chore:add link
1 parent 64a3ede commit b052d5e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/components/tools/UserMenu.vue

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
<template>
22
<div class="user-wrapper">
33
<span class="action">
4-
<a-icon type="question-circle-o"></a-icon>
4+
<a href="https://pro.loacg.com/docs/getting-started" target="_blank" style="color: #001529">
5+
<a-icon type="question-circle-o"></a-icon>
6+
</a>
57
</span>
68
<header-notice class="action"/>
79
<a-dropdown>
@@ -72,4 +74,4 @@ export default {
7274
}
7375
}
7476
}
75-
</script>
77+
</script>

0 commit comments

Comments
 (0)