mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-11-17 14:13:41 +08:00
feat(projects): 添加swiper插件
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<n-scrollbar ref="scrollbar" class="h-full" :x-scrollable="true" :content-class="routeProps.fullPage ? 'h-full' : ''">
|
||||
<n-scrollbar ref="scrollbar" class="h-full" :content-class="routeProps.fullPage ? 'h-full' : ''">
|
||||
<div class="inline-block wh-full bg-[#F6F9F8]">
|
||||
<router-view v-slot="{ Component, route: itemRoute }">
|
||||
<transition :name="theme.pageAnimateType" mode="out-in" appear>
|
||||
|
||||
Reference in New Issue
Block a user