Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-community-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
2019-05-08 14:59:35 +0800
Commit
22a9ed646a4b21f09f955a6c38b4be6f8d274a70
1 parent
4f8bc8d1
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
apps/components/layouts/layout-recycle-list.vue
apps/components/layouts/layout-recycle-list.vue
View file @
22a9ed6
@@ -26,6 +26,9 @@ export default {
@@ -26,6 +26,9 @@ export default {
26
},
26
},
27
init() {
27
init() {
28
this.$refs.scroll.init();
28
this.$refs.scroll.init();
29
+
},
30
+
clear() {
31
+
this.$refs.scroll.clear();
29
}
32
}
30
},
33
},
31
};
34
};
Please
register
or
login
to post a comment