Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
hager
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2024-12-05 10:23:36 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
dae0603d6a328e1de5763fb06da20eb5f786f177
dae0603d
1 parent
5ad4c842
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/solution/case.vue
src/views/solution/case.vue
View file @
dae0603
<!--
* @Date: 2024-10-18 12:06:09
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-12-0
4 11:42:1
1
* @LastEditTime: 2024-12-0
5 10:19:5
1
* @FilePath: /hager/src/views/solution/case.vue
* @Description: 文件描述
-->
...
...
@@ -177,7 +177,7 @@ export default {
}
this.$nextTick(() => {
this.$refs.myProductSwiper.$swiper?.on('breakpoint', (swiper) => {
this.$refs.myProductSwiper
?
.$swiper?.on('breakpoint', (swiper) => {
// breakpoint时 显示的条数
this.productSlidesPerView = swiper.slidesPerView
});
...
...
Please
register
or
login
to post a comment