favicon: /favicons/spotify.svg | |
items: | |
- name: Create playlist | |
desc: Create a playlist on user's account. | |
<script setup> | |
import CustomListing from '../../components/CustomListing.vue' | |
</script> | |
<CustomListing /> | |
favicon: /favicons/spotify.svg | |
items: | |
- name: Create playlist | |
desc: Create a playlist on user's account. | |
<script setup> | |
import CustomListing from '../../components/CustomListing.vue' | |
</script> | |
<CustomListing /> | |