diff --git a/src/router.ts b/src/router.ts index 1720368..b048d45 100644 --- a/src/router.ts +++ b/src/router.ts @@ -4,6 +4,7 @@ import Router from "vue-router"; import Info from "./views/Info.vue"; import Share from "./views/Share.vue"; import Combine from "./views/Combine.vue"; +import Print from "./views/Print.vue"; Vue.use(Router); @@ -23,6 +24,11 @@ export default new Router({ path: "/combine", name: "combine", component: Combine + }, + { + path: "/print", + name: "print", + component: Print } ] }); diff --git a/src/views/Info.vue b/src/views/Info.vue index 7331156..c2825a4 100644 --- a/src/views/Info.vue +++ b/src/views/Info.vue @@ -9,6 +9,9 @@ Restore + + Print + diff --git a/src/views/Print.vue b/src/views/Print.vue new file mode 100644 index 0000000..6852e81 --- /dev/null +++ b/src/views/Print.vue @@ -0,0 +1,178 @@ + + + + +