freetube/src/renderer/views/Subscriptions/Subscriptions.vue

16 lines
379 B
Vue
Raw Normal View History

2020-02-16 18:30:00 +00:00
<template>
<div>
<ft-card class="card">
<h3>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>
2020-02-16 18:30:00 +00:00
</ft-card>
</div>
</template>
<script src="./Subscriptions.js" />
<style scoped src="./Subscriptions.css" />