Logo white

BJ_web_developers / zxznweb

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • zxznweb
  • src
  • components
  • commonHeaderFooter
  • VFooter.vue
  • 公共底部
    f63aa685
    liuqimichale authored
    2020-01-06 16:50:31 +0800  
    Browse Code »
VFooter.vue 198 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13
<template>
    <div>Copyright © 2008-2014. ZTE ITS LIMITED.     苏ICP备17052208号-1 </div>
</template>

<script>
export default {
  name: 'VFooter'
}
</script>

<style scoped lang="">

</style>