migration from vue2 to vue3 #405

Merged
deblan merged 62 commits from feature/vue3 into develop 2025-04-16 19:56:03 +02:00
2 changed files with 4 additions and 1 deletions
Showing only changes of commit 36737cf6d5 - Show all commits

show error on save
Some checks failed
ci/woodpecker/pr/security unknown status
ci/woodpecker/push/security unknown status
ci/woodpecker/pr/build Pipeline failed
ci/woodpecker/push/build Pipeline failed

Simon Vieille 2025-04-15 20:38:01 +02:00
Signed by: deblan
GPG key ID: 579388D585F70417

View file

@ -13,7 +13,9 @@
<div
v-if="error"
id="error"
>{{ error }}</div>
>
{{ error }}
</div>
</div>
</template>

View file

@ -118,6 +118,7 @@
width: 60px;
height: 30px;
border-radius: 6px;
border: 1px solid var(--color-border);
}
}