We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 943a345 commit 8e15f12Copy full SHA for 8e15f12
components/pagination/Pagination.tsx
@@ -75,7 +75,7 @@ export default defineComponent({
75
</button>
76
);
77
let jumpPrevIcon = (
78
- <a class={`${pre}-item-link`}>
+ <a rel='nofollow' class={`${pre}-item-link`}>
79
{/* You can use transition effects in the container :) */}
80
<div class={`${pre}-item-container`}>
81
<DoubleLeftOutlined class={`${pre}-item-link-icon`} />
@@ -84,7 +84,7 @@ export default defineComponent({
84
</a>
85
86
let jumpNextIcon = (
87
88
89
90
<DoubleRightOutlined class={`${pre}-item-link-icon`} />
0 commit comments