We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 523d828 commit 20f7441Copy full SHA for 20f7441
README.md
@@ -33,7 +33,7 @@ Let's start with a dead simple example. We want to send "Hello world" to
33
34
```vue
35
<template>
36
- <vue-command :commands="commands" />
+ <vue-command :commands='commands' />
37
</template>
38
39
<script>
0 commit comments