We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edcf5a5 commit 91fa83fCopy full SHA for 91fa83f
program-docs/docs/.vuepress/theme/components/Article.vue
@@ -2,10 +2,8 @@
2
<div>
3
<article class="article">
4
<div class="article-title" v-if="title">
5
- <h1>
6
- {{title}}
7
- <span class="article-title-bg"></span>
8
- </h1>
+ <h1>{{title}}</h1>
+ <span class="article-title-bg"></span>
9
<div class="article-title-menu">
10
<!-- 编辑文档&hover冒泡 -->
11
<div class="article-title-menu-edit">
0 commit comments