Create router for your vue.js application

You are using the following nested path when creating a router for your application./members Is this a valid path? If so, what can it be used for?

Options

1.No, it is not a valid path

2.Yes, it is a valid path and can be used to leverage component nesting without having to use a nested URL

3.Yes, it is a valid path and can be used to impelment component nesting without using the children option is just another Array of route configuration objects

4.Yes, it is a valid path and can be used to impelment component nesting without using sub route matching

Related Posts