<template> <div class="view-footer home-footer"> <p> Copyright © 2018-2021 <a href="http://www.qmth.com.cn" target="_blank">www.qmth.com.cn</a> , All Rights Reserved. </p> </div> </template> <script> export default { name: "view-footer" }; </script>