Browse Source

fix: site footer vue link error #450

richard1015 4 years ago
parent
commit
52ce98b079
1 changed files with 1 additions and 5 deletions
  1. 1 5
      src/sites/doc/components/Footer.vue

+ 1 - 5
src/sites/doc/components/Footer.vue

@@ -10,11 +10,7 @@
       <div class="doc-footer-list">
       <div class="doc-footer-list">
         <h4 class="doc-footer-title">相关资源</h4>
         <h4 class="doc-footer-title">相关资源</h4>
         <div class="doc-footer-item"
         <div class="doc-footer-item"
-          ><a
-            class="sub-link"
-            target="_blank"
-            href="hhttps://cn.vuejs.org/index.html"
-            v-hover
+          ><a class="sub-link" target="_blank" href="https://vuejs.org" v-hover
             >Vue</a
             >Vue</a
           >
           >
         </div>
         </div>