Skip to content

Commit

Permalink
✨ support html footer
Browse files Browse the repository at this point in the history
  • Loading branch information
XiYang6666 committed May 4, 2024
1 parent b9e15b6 commit c28782c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</li>
</ul>
</div>
<span class="footer fixed bottom-4 text-lg text-zinc-400 font-thin text-center">{{ footer }}</span>
<span class="footer fixed bottom-4 text-lg text-zinc-400 font-thin text-center" v-html="footer"></span>
</div>
</template>
Expand Down

0 comments on commit c28782c

Please sign in to comment.