Add the user's ID as an accepted prop
This commit is contained in:
parent
12d7bc688d
commit
18e4264ce5
1 changed files with 5 additions and 1 deletions
|
|
@ -45,7 +45,11 @@ export default {
|
||||||
config: {
|
config: {
|
||||||
type: Object,
|
type: Object,
|
||||||
required: true,
|
required: true,
|
||||||
}
|
},
|
||||||
|
user_id: {
|
||||||
|
type: String,
|
||||||
|
required: true,
|
||||||
|
},
|
||||||
},
|
},
|
||||||
data() {return {
|
data() {return {
|
||||||
container: false,
|
container: false,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue