diff --git a/src/App.vue b/src/App.vue index f2067f6..d3fa3b4 100644 --- a/src/App.vue +++ b/src/App.vue @@ -10,15 +10,6 @@ - - - @@ -30,15 +21,9 @@ import { ref, computed } from 'vue' import NotFound from './components/NotFound.vue' import Home from './components/PlayerEdit.vue' import PlayerQuery from './components/PlayerQuery.vue' -import Mail from './components/Mail.vue' -import Server from './components/Server.vue' -import Other from './components/Other.vue' const routes = { '/': Home, '/playerquery': PlayerQuery, - '/mail': Mail, - '/server': Server, - '/other': Other, } const currentPath = ref(window.location.hash) window.addEventListener('hashchange', () => { diff --git a/src/AppProd.vue b/src/AppProd.vue new file mode 100644 index 0000000..9ae3be4 --- /dev/null +++ b/src/AppProd.vue @@ -0,0 +1,50 @@ + + + diff --git a/src/components/Mail.vue b/src/components/Mail.vue deleted file mode 100644 index e509536..0000000 --- a/src/components/Mail.vue +++ /dev/null @@ -1,3 +0,0 @@ - \ No newline at end of file diff --git a/src/components/MailSend.vue b/src/components/MailSend.vue new file mode 100644 index 0000000..7d85143 --- /dev/null +++ b/src/components/MailSend.vue @@ -0,0 +1,116 @@ + + + diff --git a/src/components/PlayerEdit.vue b/src/components/PlayerEdit.vue index 05a3b13..18849e3 100644 --- a/src/components/PlayerEdit.vue +++ b/src/components/PlayerEdit.vue @@ -255,10 +255,6 @@ -
- - -