Skip to content

Commit 2edd32d

Browse files
authored
chore: fix typo
1 parent e7d715b commit 2edd32d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/layouts/components/Footer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<template>
2-
<div :class="prefix + '-footer'">Copyright @ 2021-{{ new Date().getFullYear() }} Tencent. All Rights Reserved</div>
2+
<div :class="prefix + '-footer'">Copyright © 2021-{{ new Date().getFullYear() }} Tencent. All Rights Reserved</div>
33
</template>
44

55
<script setup lang="ts">

0 commit comments

Comments
 (0)