mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2026-01-20 16:53:37 +08:00
fix: supprimer les commentaires redondants
This commit is contained in:
@@ -1,10 +1,6 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { Anchor, AnchorLink } from "@pureadmin/components";
|
import { Anchor, AnchorLink } from "@pureadmin/components";
|
||||||
|
|
||||||
// const getCurrentAnchor = () => {
|
|
||||||
// return "one";
|
|
||||||
// };
|
|
||||||
|
|
||||||
function handleAnchorClick(e, link) {
|
function handleAnchorClick(e, link) {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
const srcolls = document.getElementById(link.href);
|
const srcolls = document.getElementById(link.href);
|
||||||
|
|||||||
Reference in New Issue
Block a user