FreeTube/src/renderer/views/UserPlaylists/UserPlaylists.vue

16 lines
407 B
Vue
Raw Normal View History

2020-02-16 19:30:00 +01:00
<template>
<div>
<ft-card class="card">
<h3>{{ $t("User Playlists.Your Playlists") }}</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 19:30:00 +01:00
</ft-card>
</div>
</template>
<script src="./UserPlaylists.js" />
<style scoped src="./UserPlaylists.css" />