mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
change prop type to String since an uid is passed
This commit is contained in:
@@ -23,7 +23,7 @@ export default{
|
||||
},
|
||||
},
|
||||
props: {
|
||||
uid: Number
|
||||
uid: String
|
||||
},
|
||||
data(){
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user