Closed saravanabalagi closed 5 years ago
Hi @saravanabalagi, thanks for the feedback. I could not repro, you probably skipped the component import part (you have to tell the CLI to import the component + allow it to override the components.js
file with new data, it's a bit tedious but we can't simplify this)
Created a new package
movies
and created a modulemovies
and componentmovies
.Executing
vulcan g route movies root /
asks forcomponentName
, but it add a route toroutes.js
without importing the component first which results inFix: Importing the component before adding a route fixes the problem.