Since 6ec3661, fsRoutes is disabled by default. I personally don't see what's wrong with its being enabled, but it's not what is this issue about. The problem is, the default error message: "You must create pages/*.vue or export "router" in entry file!" is now misleading, as simply creating pages/index.vue will not change anything.
Either fsRoutes should be re-enabled by default, or the message should be rephrased.
Since 6ec3661,
fsRoutesis disabled by default. I personally don't see what's wrong with its being enabled, but it's not what is this issue about. The problem is, the default error message: "You must create pages/*.vue or export "router" in entry file!" is now misleading, as simply creatingpages/index.vuewill not change anything.Either
fsRoutesshould be re-enabled by default, or the message should be rephrased.