Explorar o código

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
Czachur %!s(int64=9) %!d(string=hai) anos
pai
achega
2dfab03a7a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      docs/en/tutorial.md

+ 1 - 1
docs/en/tutorial.md

@@ -121,7 +121,7 @@ Edit `components/App.vue` and add the store.
 
 ```js
 import Display from './Display.vue'
-import Increment from './IncrementButton.vue'
+import Increment from './Increment.vue'
 import store from '../vuex/store' // import the store we just created
 
 export default {