From eb9e31c5d1babbaa4ee61aac6888d0b49219fb81 Mon Sep 17 00:00:00 2001 From: Mohan Date: Mon, 10 Aug 2026 13:38:09 +0800 Subject: [PATCH] feat(component): add SongUI Tag/Button/Input/Card in TypeScript --- src/components/SongButton.vue | 131 ++++++++++++++++++++++++++++++++++ src/components/SongCard.vue | 55 ++++++++++++++ src/components/SongInput.vue | 94 ++++++++++++++++++++++++ src/components/SongTag.vue | 55 ++++++++++++++ 4 files changed, 335 insertions(+) create mode 100644 src/components/SongButton.vue create mode 100644 src/components/SongCard.vue create mode 100644 src/components/SongInput.vue create mode 100644 src/components/SongTag.vue diff --git a/src/components/SongButton.vue b/src/components/SongButton.vue new file mode 100644 index 0000000..bf638dd --- /dev/null +++ b/src/components/SongButton.vue @@ -0,0 +1,131 @@ + + + + + \ No newline at end of file diff --git a/src/components/SongCard.vue b/src/components/SongCard.vue new file mode 100644 index 0000000..9348aed --- /dev/null +++ b/src/components/SongCard.vue @@ -0,0 +1,55 @@ + + + + + \ No newline at end of file diff --git a/src/components/SongInput.vue b/src/components/SongInput.vue new file mode 100644 index 0000000..1269ff8 --- /dev/null +++ b/src/components/SongInput.vue @@ -0,0 +1,94 @@ + + +