@ -58,10 +58,3 @@
</tbody>
</table>
</template>
<style scoped>
button {
padding: 1em 2em;
margin: 0 1em;
}
</style>
@ -32,6 +32,7 @@
<td>{{song.id}}</td>
<td>
{{song.title}}
<br/>
<button @click="copy(song.title)">Copy</button>
<button @click="paste(song.title)">Paste</button>
</td>
@ -40,3 +41,13 @@
margin: 1em;
td:nth-child(2){
text-align:center;