lifanagju_citu 7 mesi fa
parent
commit
f61ff135ea
1 ha cambiato i file con 1 aggiunte e 8 eliminazioni
  1. 1 8
      src/views/login/index.vue

+ 1 - 8
src/views/login/index.vue

@@ -2,7 +2,7 @@
   <div class="box">
     <div class="content">
       <div class="login-content">
-        <v-card v-if="props.showCarousel" height="392px" class="mr-3" style="width: 792px; border-radius: 0px;">
+        <v-card height="392px" class="mr-3" style="width: 792px; border-radius: 0px;">
           <v-carousel show-arrows="hover" cycle>
             <v-carousel-item v-for="(item, i) in carouselList" :key="i">
               <div style="height: 392px; overflow: hidden;">
@@ -86,13 +86,6 @@ import Confirm from '@/plugins/confirm'
 import navBar from '@/layout/personal/navBar.vue'
 import about from '@/views/about/index.vue'
 
-const props = defineProps({
-  showCarousel: {
-    type: Boolean,
-    default: true
-  }
-})
-
 const { t } = useI18n()
 const router = useRouter()
 const tab = ref(1)