add charts.

This commit is contained in:
2023-01-24 20:51:07 +08:00
parent 7def5a4d83
commit f557135075
16 changed files with 381 additions and 24 deletions

View File

@@ -36,7 +36,7 @@ const defaultValue = computed(() => route.path.split("/")[1] || "problem")
const menus: MenuOption[] = [
{
label: () =>
h(RouterLink, { to: "/learn#step-1" }, { default: () => "自学" }),
h(RouterLink, { to: "/learn/step-1" }, { default: () => "自学" }),
key: "learn",
},
{