Skip to content

Commit

Permalink
fix: fix rendering error
Browse files Browse the repository at this point in the history
  • Loading branch information
dntzhang committed Oct 18, 2023
1 parent cd59ea9 commit 29fc0bd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
"czg": "^1.7.0",
"dom-parser": "^0.1.6",
"esbuild": "^0.14.54",
"eslint": "^8.51.0",
"eslint": "^7.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-prettier": "^4.2.1",
Expand Down Expand Up @@ -227,7 +227,7 @@
"tdesign-site-components": "^0.13.4",
"tdesign-theme-generator": "^1.0.11",
"typescript": "~4.8.4",
"vite": "^2.9.16",
"vite": "^4.0.0",
"vite-plugin-pwa": "^0.16.5",
"vite-plugin-tdoc": "^2.0.4",
"vitest": "^0.14.2",
Expand Down
6 changes: 3 additions & 3 deletions site/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,9 @@ export default class extends WeElement {
spline={this.mdSegment.spline}
component-name={this.data.pageName}
></td-doc-header>
<div>
<this.data.tagName></this.data.tagName>
</div>

<this.data.tagName></this.data.tagName>


<div style="margin-top: 48px">
<td-doc-history time={this.lastUpdated}></td-doc-history>
Expand Down

0 comments on commit 29fc0bd

Please sign in to comment.