|
|
@ -1,4 +1,5 @@ |
|
|
|
<template> |
|
|
|
<NavBar /> |
|
|
|
<swiper |
|
|
|
:virtual="true" |
|
|
|
:direction="'vertical'" |
|
|
@ -70,6 +71,7 @@ import SoftHardwareSummary from '@/views/SoftHardwareSummary' |
|
|
|
import CorporateCulture from '@/views/CorporateCulture' |
|
|
|
import SoftHardwarePictureList from '@/views/SoftHardwarePictureList' |
|
|
|
import SoftHardwareDetail from '@/views/SoftHardwareDetail' |
|
|
|
import NavBar from 'cpns/NavBar' |
|
|
|
|
|
|
|
// Import Swiper styles |
|
|
|
import 'swiper/css' |
|
|
@ -81,6 +83,7 @@ export default { |
|
|
|
SwiperSlide, |
|
|
|
ContactUs, |
|
|
|
VideoPlayer, |
|
|
|
NavBar, |
|
|
|
CorporateCulture, |
|
|
|
CaseDetails, |
|
|
|
HeaderSwiper, |
|
|
|