Commit c0edd7b70ec1cd5e9a597d30ad40dee85bf81753
Committed by
GitHub
1 parent
fe5848cf
fix: 个人中心(data.tsx)多余的html片段 (#1894)
删除个人中心(data.tsx)多余的html片段
Showing
1 changed file
with
1 additions
and
1 deletions
src/views/demo/page/account/center/data.tsx
@@ -19,7 +19,7 @@ export const tags: string[] = [ | @@ -19,7 +19,7 @@ export const tags: string[] = [ | ||
19 | '前端开发', | 19 | '前端开发', |
20 | 'vue3', | 20 | 'vue3', |
21 | ]; | 21 | ]; |
22 | -<span class="iconify" data-icon="jam:codepen-circle" data-inline="false"></span>; | 22 | + |
23 | export const teams: ListItem[] = [ | 23 | export const teams: ListItem[] = [ |
24 | { | 24 | { |
25 | icon: 'ri:alipay-fill', | 25 | icon: 'ri:alipay-fill', |