the-majesty-of-vuejs-2
the-majesty-of-vuejs-2 copied to clipboard
Error pag 241 StoriesFamous.
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