Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

马贞晓 / templateVUE

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • templateVUE
  • src
  • components
  • layout
  • LayoutFooter.vue
  • 马贞晓's avatar
    简单框架 · a7ed1ab5
    马贞晓 committed Nov 10, 2019
    a7ed1ab5 Browse Files
LayoutFooter.vue 200 Bytes
RawBlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10 11
<template>
   <Footer class="layout-footer-center">2011-2016 &copy; TalkingData</Footer>
</template>
<script>
export default {
  name: "LayoutFooter"
};
</script>
<style lang="less" scoped>

</style>