Created
August 28, 2018 20:28
-
-
Save hasparus/d24062977e89155f0b1a7c8edc710942 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import GameLevel from './GameLevel'; | |
export default { | |
component: GameLevel, | |
props: { | |
player: { | |
name: 'Arthas2000', | |
strength: 100, | |
}, | |
enemy: { | |
name: 'Lich King', | |
strength: 'godlike', | |
}, | |
}, | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment