0
0
Fork 0

Add the user's ID as an accepted prop

This commit is contained in:
Oliver-Akins 2020-08-14 22:35:15 -06:00
parent 12d7bc688d
commit 18e4264ce5

View file

@ -45,7 +45,11 @@ export default {
config: {
type: Object,
required: true,
}
},
user_id: {
type: String,
required: true,
},
},
data() {return {
container: false,