kandimat-user-app/src/app/party/components/index.vue
2017-08-15 22:25:25 +02:00

20 lines
322 B
Vue

<template>
<section>
<router-link :to="{ path: '/thesen/ergebnis' }">
{{ $t('party.back') }}
</router-link>
<h1>Partei {{ $route.params.token }}</h1>
</section>
</template>
<script>
export default {
name: 'Party'
}
</script>
<style lang="scss" scoped>
@import "~styles/layout";
</style>