ViewFooter.vue 284 B

123456789101112131415
  1. <template>
  2. <div class="view-footer home-footer">
  3. <p>
  4. Copyright © 2018-2021
  5. <a href="http://www.qmth.com.cn" target="_blank">www.qmth.com.cn</a> , All
  6. Rights Reserved.
  7. </p>
  8. </div>
  9. </template>
  10. <script>
  11. export default {
  12. name: "view-footer"
  13. };
  14. </script>