vuejs/router#2603
Not sure when or whether we should push for auto-routes, but for now, we can at least add typed-routes to projects by default.
Another thing I'm not sure about is the naming convention of vite plugin initializers. Should we use VueRouter() to be consistent with the official documentation, or vueRouter() to be consistent with our existing code?
vuejs/router#2603
Not sure when or whether we should push for auto-routes, but for now, we can at least add typed-routes to projects by default.
Another thing I'm not sure about is the naming convention of vite plugin initializers. Should we use
VueRouter()to be consistent with the official documentation, orvueRouter()to be consistent with our existing code?