Skip to content

Commit 2dfab03

Browse files
Czachuryyx990803
authored andcommitted
Changing example filename in tutorial doc (#196)
The rest of the page used Increment.vue, but this one line uses IncrementButton.vue when referring to the same file
1 parent 4028b18 commit 2dfab03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Edit `components/App.vue` and add the store.
121121

122122
```js
123123
import Display from './Display.vue'
124-
import Increment from './IncrementButton.vue'
124+
import Increment from './Increment.vue'
125125
import store from '../vuex/store' // import the store we just created
126126

127127
export default {

0 commit comments

Comments
 (0)