이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
가입하기
로그인
suimang
/
yqzj_front_home
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
video
master
chutingting
1 년 전
부모
bee47d3972
커밋
0d41a95659
2개의 변경된 파일
과
19개의 추가작업
그리고
1개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/components/swiperHor/index.vue
+18
-0
src/components/video/index.vue
+ 1
- 1
src/components/swiperHor/index.vue
파일 보기
@@ -39,7 +39,7 @@ import Swiper from 'swiper'
import 'swiper/dist/js/swiper'
import 'swiper/dist/css/swiper.css'
export default {
name: '
PB
annerSwiper',
name: '
b
annerSwiper',
props: {
bannerArray: Array
},
+ 18
- 0
src/components/video/index.vue
파일 보기
@@ -0,0 +1,18 @@
<template>
<div>
<video :src="url" autoplay controls ref="videoPlayer"></video>
</div>
</template>
<script>
export default {
props: {
url: {
type: String,
default: ''
}
},
data() {
return {}
}
}
</script>
쓰기
미리보기
불러오는 중...
취소
저장