mirror of
https://framagit.org/les/gancio.git
synced 2025-02-01 00:52:01 +01:00
10 lines
179 B
Vue
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>
|