Skip to content

Commit

Permalink
chore: prettify version info
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Jun 27, 2023
1 parent 5848ec6 commit 251c808
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ async function copyLink() {
/>
<div lt-sm-hidden flex="~ gap-1" items-center>
<div text-xl>Element Plus Playground</div>
<el-tag size="small">{{ appVersion }}</el-tag>
<el-tag size="small">repl v{{ replVersion }}</el-tag>
<el-tag size="small">v{{ appVersion }}, repl v{{ replVersion }}</el-tag>
<el-tag v-if="store.pr" size="small">PR {{ store.pr }}</el-tag>
</div>
</div>
Expand Down

1 comment on commit 251c808

@vercel
Copy link

@vercel vercel bot commented on 251c808 Jun 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.