mirror of
https://github.com/romancm/gamebrary
synced 2024-11-23 19:53:14 +00:00
Fix game note prop warning
This commit is contained in:
parent
c18f927ffc
commit
5f0d37bb15
1 changed files with 3 additions and 1 deletions
|
@ -24,7 +24,9 @@ import { marked } from 'marked';
|
|||
|
||||
export default {
|
||||
props: {
|
||||
note: Object,
|
||||
note: {
|
||||
type: [Object, String],
|
||||
},
|
||||
},
|
||||
|
||||
computed: {
|
||||
|
|
Loading…
Reference in a new issue