mirror of
https://github.com/Xevion/the-office.git
synced 2025-12-16 06:13:33 -06:00
Add a basic about screen
This commit is contained in:
@@ -6,6 +6,7 @@ import SearchResults from "@/components/SearchResults.vue";
|
||||
import Character from "@/components/Character.vue";
|
||||
import Season from "@/components/Season.vue";
|
||||
import Characters from "@/components/Characters";
|
||||
import About from "@/components/About";
|
||||
|
||||
Vue.use(Router);
|
||||
|
||||
@@ -17,6 +18,11 @@ export default new Router({
|
||||
name: "Home",
|
||||
component: Home,
|
||||
},
|
||||
{
|
||||
path: "/about/",
|
||||
name: "About",
|
||||
component: About,
|
||||
},
|
||||
{
|
||||
path: "/characters/",
|
||||
name: "Characters",
|
||||
|
||||
Reference in New Issue
Block a user