summaryrefslogtreecommitdiffstats
path: root/src/ContactsRoot.vue
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-08-30 13:56:37 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-09-03 15:42:44 +0200
commit5a1b11179d9f0b82d93ff2108751d203aa96556e (patch)
tree722551b44b1b06be5f973c8b08075c2225fd0b8e /src/ContactsRoot.vue
parent88510f76d3bb5767bdb5bc754d94caf1a31d67e8 (diff)
Allow to toggle year
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'src/ContactsRoot.vue')
-rw-r--r--src/ContactsRoot.vue31
1 files changed, 31 insertions, 0 deletions
diff --git a/src/ContactsRoot.vue b/src/ContactsRoot.vue
new file mode 100644
index 00000000..06ab1b3e
--- /dev/null
+++ b/src/ContactsRoot.vue
@@ -0,0 +1,31 @@
+<!--
+ - @copyright Copyright (c) 2018 John Molakvoæ <skjnldsv@protonmail.com>
+ -
+ - @author John Molakvoæ <skjnldsv@protonmail.com>
+ -
+ - @license GNU AGPL version 3 or any later version
+ -
+ - This program is free software: you can redistribute it and/or modify
+ - it under the terms of the GNU Affero General Public License as
+ - published by the Free Software Foundation, either version 3 of the
+ - License, or (at your option) any later version.
+ -
+ - This program is distributed in the hope that it will be useful,
+ - but WITHOUT ANY WARRANTY; without even the implied warranty of
+ - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ - GNU Affero General Public License for more details.
+ -
+ - You should have received a copy of the GNU Affero General Public License
+ - along with this program. If not, see <http://www.gnu.org/licenses/>.
+ -
+ -->
+
+<template>
+ <router-view />
+</template>
+
+<script>
+export default {
+ name: 'ContactsRoot'
+}
+</script>