diff --git a/web/src/components/Autocomplete.vue b/web/src/components/Autocomplete.vue new file mode 100644 index 0000000..610aba3 --- /dev/null +++ b/web/src/components/Autocomplete.vue @@ -0,0 +1,73 @@ + + + + + + Selected: {{SelectedID}} + + + {{suggestion.Name}} + + + + \ No newline at end of file diff --git a/web/src/pages/Account.vue b/web/src/pages/Account.vue index 45a6a2e..c6e706a 100644 --- a/web/src/pages/Account.vue +++ b/web/src/pages/Account.vue @@ -1,58 +1,28 @@ @@ -71,14 +41,7 @@ export default defineComponent({