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";
|
import review from "@/layouts/review/review";
|
||||||
const routes = [
|
const routes = [
|
||||||
{
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
path: "/review", // This is a temporary route for testing.
|
path: "/review", // This is a temporary route for testing.
|
||||||
name: "review",
|
name: "review",
|
||||||
component: review,
|
component: review,
|
||||||
|
},
|
||||||
|
{
|
||||||
path: "/",
|
path: "/",
|
||||||
name: "root",
|
name: "root",
|
||||||
async beforeEnter(to, from, next) {
|
async beforeEnter(to, from, next) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue