mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-30 09:24:46 +08:00
fix: supprimer les commentaires redondants
This commit is contained in:
parent
6d38b7a6aa
commit
bee2315566
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user