add version info

This commit is contained in:
Thomas Amland
2020-08-07 11:41:47 +02:00
parent b03377c121
commit d5e9dc719d
3 changed files with 9 additions and 6 deletions
+4 -4
View File
@@ -30,9 +30,9 @@
</div>
</template>
<script lang="ts">
import Vue from "vue";
import { mapMutations, mapState } from 'vuex';
import SearchForm from '@/search/SearchForm.vue';
import Vue from "vue";
import { mapMutations, mapState } from 'vuex';
import SearchForm from '@/search/SearchForm.vue';
export default Vue.extend({
components: {
@@ -42,7 +42,7 @@ import SearchForm from '@/search/SearchForm.vue';
...mapState([
"server",
"username",
])
]),
},
methods: {
...mapMutations([