This commit is contained in:
taehoon 2019-04-04 00:00:21 -04:00
parent 792ae1697e
commit 32035217b8
4 changed files with 8 additions and 17 deletions

View file

@ -18,7 +18,7 @@ export default {
},
getKey: {
type: Function,
default: item => item
default: item => item.id
}
}
}