This is an automated email from the ASF dual-hosted git repository.
min pushed a commit to branch 0.2.0-release
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-admin.git
The following commit(s) were added to refs/heads/0.2.0-release by this push:
new 37e23a7 change copyright to be static
37e23a7 is described below
commit 37e23a7354e3da50914e075eb4676c7c2875ffa7
Author: nzomkxia <[email protected]>
AuthorDate: Wed Apr 10 10:36:42 2019 +0800
change copyright to be static
---
dubbo-admin-ui/src/components/public/Footers.vue | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dubbo-admin-ui/src/components/public/Footers.vue
b/dubbo-admin-ui/src/components/public/Footers.vue
index 331bea7..64f4e73 100644
--- a/dubbo-admin-ui/src/components/public/Footers.vue
+++ b/dubbo-admin-ui/src/components/public/Footers.vue
@@ -18,7 +18,7 @@
<template>
<v-footer inset height="auto" class="pa-3 footer-border-top">
<v-spacer></v-spacer>
- <span class="caption mr-1"><strong>Copyright</strong> ©{{ new
Date().getFullYear() }} <strong>The Apache Software Foundation.</strong></span>
+ <span class="caption mr-1"><strong>Copyright</strong> ©2018-2019
<strong>The Apache Software Foundation.</strong></span>
</v-footer>
</template>
<script>