From e638d301667ca3a58595fbf3d68f1cbbd05acbcc Mon Sep 17 00:00:00 2001 From: Mohan Date: Wed, 12 Aug 2026 15:28:56 +0800 Subject: [PATCH] feat(component): add base primitives button and input --- src/components/SongButton.vue | 105 ++++++++++++++++++++++++++++++++++ src/components/SongInput.vue | 64 +++++++++++++++++++++ 2 files changed, 169 insertions(+) create mode 100644 src/components/SongButton.vue create mode 100644 src/components/SongInput.vue diff --git a/src/components/SongButton.vue b/src/components/SongButton.vue new file mode 100644 index 0000000..7c7e9ef --- /dev/null +++ b/src/components/SongButton.vue @@ -0,0 +1,105 @@ + + + + + \ No newline at end of file diff --git a/src/components/SongInput.vue b/src/components/SongInput.vue new file mode 100644 index 0000000..87a43e4 --- /dev/null +++ b/src/components/SongInput.vue @@ -0,0 +1,64 @@ + + + + + \ No newline at end of file