Compare commits

..

No commits in common. "main" and "v5.0.0" have entirely different histories.
main ... v5.0.0

1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
},
state: {
pages: [
{path: "/", component: "riot-welcome"},
{path: "/", component: "riot-welcome", props: {version: "9.x"}},
{path: "/about", component: "riot-about"},
]
}