feat: 新增返回顶部功能
This commit is contained in:
parent
f966b45ace
commit
31288109c4
@ -23,6 +23,10 @@ const key = computed(() => {
|
|||||||
</transition>
|
</transition>
|
||||||
</router-view>
|
</router-view>
|
||||||
</div>
|
</div>
|
||||||
|
<!-- 返回顶部 -->
|
||||||
|
<el-backtop />
|
||||||
|
<!-- 返回顶部(固定 Header 情况下) -->
|
||||||
|
<el-backtop target=".app-scrollbar" />
|
||||||
</section>
|
</section>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user