fixed merge issue
This commit is contained in:
parent
fb6e825aa3
commit
13b7dc13c1
1 changed files with 2 additions and 2 deletions
|
|
@ -30,12 +30,12 @@ import { applicationConfig } from "../constants/application-config";
|
|||
|
||||
import review from "@/layouts/review/review";
|
||||
const routes = [
|
||||
{
|
||||
},
|
||||
{
|
||||
path: "/review", // This is a temporary route for testing.
|
||||
name: "review",
|
||||
component: review,
|
||||
},
|
||||
{
|
||||
path: "/",
|
||||
name: "root",
|
||||
async beforeEnter(to, from, next) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue