feat(projects): 添加swiper插件

This commit is contained in:
Soybean
2021-11-16 22:16:51 +08:00
parent 0a9fba90b5
commit 27f600c467
13 changed files with 197 additions and 22 deletions

View File

@ -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>