瀏覽代碼

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);