Browse Source

fix: supprimer les commentaires redondants

xiaoxian521 3 years ago
parent
commit
bee2315566
1 changed files with 0 additions and 4 deletions
  1. 0 4
      src/views/able/ant-anchor.vue

+ 0 - 4
src/views/able/ant-anchor.vue

@@ -1,10 +1,6 @@
 <script setup lang="ts">
 import { Anchor, AnchorLink } from "@pureadmin/components";
 
-// const getCurrentAnchor = () => {
-//   return "one";
-// };
-
 function handleAnchorClick(e, link) {
   e.preventDefault();
   const srcolls = document.getElementById(link.href);