freetube/src/renderer/views/ProfileEdit/ProfileEdit.vue

16 lines
401 B
Vue
Raw Normal View History

2020-08-21 12:51:20 +00:00
<template>
<div>
<ft-card class="card">
<h3>{{ $t("Subscriptions.Subscriptions") }}</h3>
<ft-flex-box>
<p class="message">
{{ $t("This part of the app is not ready yet. Come back later when progress has been made.") }}
</p>
</ft-flex-box>
</ft-card>
</div>
</template>
<script src="./ProfileEdit.js" />
<style scoped src="./ProfileEdit.css" />