Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
stdj_h5
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Graphs
Network
Create a new issue
Commits
Issue Boards
Authored by
hookehuyr
2025-11-04 18:16:14 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0edbd7b89d5a01e9d5849a696fe0b19ee47f5881
0edbd7b8
1 parent
0939f313
fix(MastersDetail): 使用v-html渲染描述内容以支持富文本
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/MastersDetail.vue
src/views/MastersDetail.vue
View file @
0edbd7b
<!--
* @Date: 2025-10-30 20:00:25
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2025-11-04 1
1:28:14
* @LastEditTime: 2025-11-04 1
8:15:15
* @FilePath: /stdj_h5/src/views/MastersDetail.vue
* @Description: 文件描述
-->
...
...
@@ -13,7 +13,7 @@
<div class="item-content">
<div class="item-role">{{ article_item.role }}</div>
<div class="item-name" v-html="formatNameWithSuperscript(article_item.name)"></div>
<div class="item-desc"
>{{ article_item.desc }}
</div>
<div class="item-desc"
v-html="article_item.desc">
</div>
</div>
</div>
</section>
...
...
Please
register
or
login
to post a comment