diff --git a/src/App.vue b/src/App.vue index b1356fd..90a17f2 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,17 +1,50 @@ + - - - + + + 梦幻合合合 + + + + + + + 服务器选择 + + + Link 1 + Link 2 + Link 3 + + - diff --git a/src/components/About.vue b/src/components/About.vue new file mode 100644 index 0000000..bdc8aa9 --- /dev/null +++ b/src/components/About.vue @@ -0,0 +1,3 @@ + + About + \ No newline at end of file diff --git a/src/components/Home.vue b/src/components/Home.vue new file mode 100644 index 0000000..62a78c3 --- /dev/null +++ b/src/components/Home.vue @@ -0,0 +1,3 @@ + + Home + \ No newline at end of file diff --git a/src/components/NotFound.vue b/src/components/NotFound.vue new file mode 100644 index 0000000..116a8bc --- /dev/null +++ b/src/components/NotFound.vue @@ -0,0 +1,3 @@ + + 404 + \ No newline at end of file -- libgit2 0.21.0