Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
visualcloud
/
Vmatrix-client
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
5e17244f
authored
Dec 23, 2019
by
hank
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug
parent
1db2d95c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/views/tempaltes/slider.vue
+2
-2
No files found.
src/views/tempaltes/slider.vue
View file @
5e17244f
...
@@ -30,10 +30,10 @@ export default {
...
@@ -30,10 +30,10 @@ export default {
return
{
return
{
swiperOption
:
{
swiperOption
:
{
slidesPerView
:
"auto"
,
slidesPerView
:
"auto"
,
observer
:
true
,
//
observer: true,
/* 将observe应用于Swiper的父元素。
/* 将observe应用于Swiper的父元素。
当Swiper的父元素变化时,例如window.resize,Swiper更新。 */
当Swiper的父元素变化时,例如window.resize,Swiper更新。 */
observerParents
:
true
//
observerParents: true
}
}
};
};
},
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment