yunohost-admin/app/src/App.vue

15 lines
164 B
Vue
Raw Normal View History

2020-07-06 19:08:34 +02:00
<template>
<div id="app">
2020-07-06 20:13:01 +02:00
<p>{{ $t('user_interface_link') }}</p>
2020-07-06 19:08:34 +02:00
</div>
</template>
<script>
export default {
name: 'App',
}
</script>
<style>
</style>