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 aead8ce commit c3427beCopy full SHA for c3427be
docs-gitbook/ja/data.md
@@ -87,7 +87,7 @@ export default {
87
},
88
computed: {
89
// ストアの状態から item を表示します
90
- items () {
+ item () {
91
return this.$store.state.items[this.$route.params.id]
92
}
93
docs/ja/guide/data.md
@@ -96,7 +96,7 @@ export default {
96
97
98
99
100
101
102
0 commit comments