Explorar el Código

style: update Footer component presentation

陈凯龙 hace 3 años
padre
commit
d4a9ba3aa6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/components/Footer/src/Footer.vue

+ 1 - 1
src/components/Footer/src/Footer.vue

@@ -17,6 +17,6 @@ const title = computed(() => appStore.getTitle)
     :class="prefixCls"
     class="text-center text-[var(--el-text-color-placeholder)] bg-[var(--app-contnet-bg-color)] h-[var(--app-footer-height)] leading-[var(--app-footer-height)]"
   >
-    Copyright ©2021 {{ title }}
+    Copyright ©2021-present {{ title }}
   </div>
 </template>