Removing direct route
This commit is contained in:
parent
2b5bdfd64a
commit
5d9cbf9db4
1 changed files with 0 additions and 5 deletions
|
|
@ -26,11 +26,6 @@ import quote from "@/layouts/quote/quote.vue";
|
|||
import datePicker from "@/common-components/date-picker/date-picker.vue";
|
||||
|
||||
const routes = [
|
||||
{
|
||||
path: "/quote", // This is a temporary route for testing.
|
||||
name: "quote",
|
||||
component: quote,
|
||||
},
|
||||
{
|
||||
path: "/date-picker", // This is a temporary route for testing.
|
||||
name: "date-picker",
|
||||
|
|
|
|||
Loading…
Reference in a new issue