diff --git a/src/components/Entry.vue b/src/components/Entry.vue index 1aa2d58..3b61608 100644 --- a/src/components/Entry.vue +++ b/src/components/Entry.vue @@ -193,7 +193,9 @@ export default { this.bookmarkTitle = ''; this.bookmarkDescription = ''; this.selected = [] + this.selectedDestinations = [] this.bookmarking = false + this.categories = [] }) }, hasRef(key) { diff --git a/src/components/EntryCategories.vue b/src/components/EntryCategories.vue new file mode 100644 index 0000000..d117b60 --- /dev/null +++ b/src/components/EntryCategories.vue @@ -0,0 +1,38 @@ + + + + + \ No newline at end of file