Compare commits

...

2 Commits

Author SHA1 Message Date
f6b8afbcb8 Bump
Some checks failed
Build and deploy updated apps / build (push) Failing after 49s
2025-06-13 18:45:15 +02:00
b9b361af6d Bump 2025-06-13 18:42:38 +02:00
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<template> <template>
<UApp :toaster="{ position: 'top-center' }"> <UApp :toaster="{ position: 'top-center' }">
<WDummy/> <WDummy/> 1
</UApp> </UApp>
</template> </template>

View File

@ -1,3 +1,3 @@
<template> <template>
Dummy Dummy 1
</template> </template>