Skip to content

Commit

Permalink
修复简介显示BUG
Browse files Browse the repository at this point in the history
  • Loading branch information
lonely-starry committed Apr 28, 2024
1 parent c4a494a commit bf96872
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/components/Message.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,12 @@
<Icon size="16">
<QuoteLeft />
</Icon>
<<<<<<< HEAD
<Transition name="fade" mode="out-in">
<div :key="descriptionText.hello + descriptionText.text" class="text">
<p>{{ descriptionText.hello }}</p>
<p>{{ descriptionText.text }}</p>
</div>
</Transition>
=======
<div class="text">
<p>{{ descriptionText.hello }}</p>
<p>{{ descriptionText.text }}</p>
</div>
>>>>>>> skyhome/dev
<Icon size="16">
<QuoteRight />
</Icon>
Expand Down

0 comments on commit bf96872

Please sign in to comment.