mirror of
https://github.com/romancm/gamebrary
synced 2025-02-17 11:38:24 +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 {
|
export default {
|
||||||
props: {
|
props: {
|
||||||
note: Object,
|
note: {
|
||||||
|
type: [Object, String],
|
||||||
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
computed: {
|
computed: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue