11 lines
192 B
Vue
11 lines
192 B
Vue
|
<template>
|
||
|
<div>
|
||
|
<ft-card class="card">
|
||
|
<h3>Your Playlists</h3>
|
||
|
</ft-card>
|
||
|
</div>
|
||
|
</template>
|
||
|
|
||
|
<script src="./UserPlaylists.js" />
|
||
|
<style scoped src="./UserPlaylists.css" />
|