We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7d715b commit 2edd32dCopy full SHA for 2edd32d
1 file changed
src/layouts/components/Footer.vue
@@ -1,5 +1,5 @@
1
<template>
2
- <div :class="prefix + '-footer'">Copyright @ 2021-{{ new Date().getFullYear() }} Tencent. All Rights Reserved</div>
+ <div :class="prefix + '-footer'">Copyright © 2021-{{ new Date().getFullYear() }} Tencent. All Rights Reserved</div>
3
</template>
4
5
<script setup lang="ts">
0 commit comments