Skip to content

Commit

Permalink
fix: 去除冗余代码
Browse files Browse the repository at this point in the history
  • Loading branch information
MarleneJiang committed Feb 6, 2023
1 parent 2801e4f commit 1a3a3f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"name": "Apache 2.0",
"url": "https://www.apache.org/licenses/LICENSE-2.0.html"
},
"x-generation-date": "2023-02-05T09:35:18.646Z"
"x-generation-date": "2023-02-06T06:58:41.225Z"
},
"x-strapi-config": {
"path": "/documentation",
Expand Down
3 changes: 1 addition & 2 deletions frontend/pages/[type]/[tag].vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@

<template>
<div class="root">
{{ useRoute() }}
<Main pb-8rem />
<Main />
</div>
</template>

Expand Down
3 changes: 1 addition & 2 deletions frontend/pages/[type]/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@

<template>
<div class="root">
{{ useRoute() }}
<Main pb-8rem />
<Main />
</div>
</template>

Expand Down

0 comments on commit 1a3a3f1

Please sign in to comment.