remove unnecessary route
This commit is contained in:
parent
3e770d0a08
commit
be27267811
@ -1,7 +1,6 @@
|
||||
import { createRouter, createWebHistory } from "vue-router";
|
||||
import HomeView from "../views/HomeView.vue";
|
||||
import MockView from "../views/MockView.vue";
|
||||
import QrCodeFormVue from "../components/QrCodeForm.vue";
|
||||
|
||||
const router = createRouter({
|
||||
history: createWebHistory(import.meta.env.BASE_URL),
|
||||
@ -16,11 +15,6 @@ const router = createRouter({
|
||||
name: "mock",
|
||||
component: MockView,
|
||||
},
|
||||
{
|
||||
path: "/pix",
|
||||
name: "pix",
|
||||
component: QrCodeFormVue,
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user