fix monaco.

This commit is contained in:
2023-01-12 09:36:13 +08:00
parent 75e6906c16
commit ab5cb8610b
20 changed files with 281 additions and 132 deletions

View File

@@ -7,7 +7,7 @@ const routes = [
component: Home,
children: [
{ path: "", component: Problems },
{ path: "/learn", component: () => import("./learn/index.vue") },
{ path: "/learn/:step*", component: () => import("./learn/index.vue") },
{
path: "problem/:problemID",
component: () => import("./oj/problem/detail.vue"),