Commit c0edd7b70ec1cd5e9a597d30ad40dee85bf81753

Authored by 前端爱码士
Committed by GitHub
1 parent fe5848cf

fix: 个人中心(data.tsx)多余的html片段 (#1894)

删除个人中心(data.tsx)多余的html片段
src/views/demo/page/account/center/data.tsx
... ... @@ -19,7 +19,7 @@ export const tags: string[] = [
19 19 '前端开发',
20 20 'vue3',
21 21 ];
22   -<span class="iconify" data-icon="jam:codepen-circle" data-inline="false"></span>;
  22 +
23 23 export const teams: ListItem[] = [
24 24 {
25 25 icon: 'ri:alipay-fill',
... ...