Fix game note prop warning

This commit is contained in:
Gamebrary 2022-04-27 11:42:19 -07:00
parent c18f927ffc
commit 5f0d37bb15

View file

@ -24,7 +24,9 @@ import { marked } from 'marked';
export default {
props: {
note: Object,
note: {
type: [Object, String],
},
},
computed: {