[new feature] SwipeCell: add name prop (#3680)

This commit is contained in:
neverland
2019-06-28 16:03:10 +08:00
committed by GitHub
parent a6ce44fbb0
commit 08358c89eb
5 changed files with 42 additions and 15 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ export default {
},
methods: {
onClose(clickPosition, instance) {
onClose(clickPosition, instance, detail) {
switch (clickPosition) {
case 'left':
case 'cell':