Last commit before showcase.

This commit is contained in:
Simon Pocrnjič
2024-11-14 21:02:10 +01:00
parent 953ff38d64
commit ad8b3c07e1
16 changed files with 302 additions and 143 deletions
+1 -1
View File
@@ -21,5 +21,5 @@ watch(search, debounce((value) => {
</script>
<template>
<TextInput v-model="search" title="Search" placeholder="Search..." />
<TextInput v-model="search" title="Search" placeholder="Iskanje..." />
</template>