gancio/pages/about.vue
2019-06-25 01:06:31 +02:00

10 lines
179 B
Vue

<template lang="pug">
el-card
nuxt-link.float-right(to='/')
v-icon(name='times' color='red')
h3 {{$t('common.info')}}
div(v-html='$t("about")')
</template>