Преглед изворни кода

fix: supprimer les commentaires redondants

xiaoxian521 пре 3 година
родитељ
комит
bee2315566
1 измењених фајлова са 0 додато и 4 уклоњено
  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);