diff --git a/components/card/Note.vue b/components/card/Note.vue index 50362e4..55f4acd 100644 --- a/components/card/Note.vue +++ b/components/card/Note.vue @@ -7,12 +7,25 @@
{{ props.title }}
- - - +
+ + + +
+
+
+ +
+
+
+
{ + const noteDetail = (id: string) => { navigateTo(`/notes/${id}`); }; diff --git a/components/card/Options.vue b/components/card/Options.vue new file mode 100644 index 0000000..3cbcd43 --- /dev/null +++ b/components/card/Options.vue @@ -0,0 +1,13 @@ + + +