the-majesty-of-vuejs-2 icon indicating copy to clipboard operation
the-majesty-of-vuejs-2 copied to clipboard

Error pag 241 StoriesFamous.

Open abkrim opened this issue 6 years ago • 0 comments

Well, after end chpater I see a new error.

On page 241 show:

import StoriesAll from './components/StoriesAll.vue'
import StoriesAll from './components/StoriesFamous.vue'
...

Well, on past lessons, file components has name "Famous.vue".

On next pages of this chapter, anything about file StoriesFamous.vue. That's is a despite. Other issues, product of this despite.

Correct:

import StoriesAll from './components/StoriesAll.vue'
import StoriesFamous from './components/Famous.vue'
import StoriesEdit from './components/StoriesEdit.vue'

Best regards

abkrim avatar Feb 28 '18 11:02 abkrim