mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-11-07 02:57:11 +08:00
feat: 新增系统配置
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
<template>
|
||||
<div class="gi-footer">Copyright © 2022-{{ year }} ContiNew Admin</div>
|
||||
<div class="gi-footer">{{appStore.getCopyright()}}</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import Dayjs from 'dayjs'
|
||||
import {useAppStore} from "@/stores";
|
||||
|
||||
const appStore = useAppStore();
|
||||
|
||||
defineOptions({ name: 'GiFooter' })
|
||||
|
||||
|
||||
Reference in New Issue
Block a user