Skip to content

Commit

Permalink
feat: add issue info
Browse files Browse the repository at this point in the history
  • Loading branch information
honkinglin committed Dec 23, 2021
1 parent 73a9208 commit a529df1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"prismjs": "^1.25.0",
"tdesign-site-components": "~0.5.20",
"tdesign-site-components": "~0.5.28",
"vue": "^3.2.26",
"vue-router": "^4.0.12"
},
Expand Down
1 change: 1 addition & 0 deletions site/plugin-doc/md-to-vue.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export default function mdToVue(options) {
slot="doc-header"
ref="tdDocHeader"
spline="${mdSegment.spline}"
${mdSegment.isComponent ? `component-name="${mdSegment.componentName}"` : ''}
>
</td-doc-header>`
: ''
Expand Down

0 comments on commit a529df1

Please sign in to comment.