asidetree组件去除顶部跳转效果

This commit is contained in:
hejin 2025-10-19 12:05:55 +08:00
parent 38dfb0c8c2
commit d8ca19cfc5

View File

@ -1,9 +1,9 @@
<template> <template>
<aside class="aside-tree"> <aside class="aside-tree">
<div> <div>
<nuxt-link class="aside-header" :to="baseUrl"> <div class="aside-header">
<h3>{{ headerTitle }}</h3> <h3>{{ headerTitle }}</h3>
</nuxt-link> </div>
<nav class="tree-box"> <nav class="tree-box">
<no-ssr> <no-ssr>
<el-tree <el-tree