mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
14 lines
164 B
Vue
14 lines
164 B
Vue
<template>
|
|
<div id="app">
|
|
<p>{{ $t('user_interface_link') }}</p>
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: 'App',
|
|
}
|
|
</script>
|
|
|
|
<style>
|
|
</style>
|