Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b59d0f8a44 | |||
| 5cb8cff4ce | |||
| c62f054da1 | |||
| be57451d29 |
+1
-1
@@ -1,2 +1,2 @@
|
|||||||
parameters:
|
parameters:
|
||||||
app.version: '0.1.27'
|
app.version: '0.1.29'
|
||||||
|
|||||||
@@ -16,7 +16,8 @@
|
|||||||
<div class="h-full flex-1 flex flex-col min-h-0 min-w-0">
|
<div class="h-full flex-1 flex flex-col min-h-0 min-w-0">
|
||||||
<main
|
<main
|
||||||
class="flex flex-1 flex-col overflow-y-auto overflow-x-hidden bg-white px-4 pb-24 sm:px-8 lg:px-16">
|
class="flex flex-1 flex-col overflow-y-auto overflow-x-hidden bg-white px-4 pb-24 sm:px-8 lg:px-16">
|
||||||
<div aria-hidden="true"
|
<div
|
||||||
|
aria-hidden="true"
|
||||||
class="pointer-events-none sticky top-0 z-30 h-8 flex-shrink-0 bg-white sm:h-12"/>
|
class="pointer-events-none sticky top-0 z-30 h-8 flex-shrink-0 bg-white sm:h-12"/>
|
||||||
<slot/>
|
<slot/>
|
||||||
</main>
|
</main>
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
label="Nom d'utilisateur"
|
label="Nom d'utilisateur"
|
||||||
autocomplete="username"
|
autocomplete="username"
|
||||||
group-class="mt-0"
|
group-class="mt-0"
|
||||||
inputClass="w-full"
|
input-class="w-full"
|
||||||
v-model="username"
|
v-model="username"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
@@ -21,7 +21,7 @@
|
|||||||
v-model="password"
|
v-model="password"
|
||||||
label="Mot de passe"
|
label="Mot de passe"
|
||||||
autocomplete="current-password"
|
autocomplete="current-password"
|
||||||
inputClass="w-full"
|
input-class="w-full"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<MalioButton
|
<MalioButton
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
import type { FetchOptions } from 'ofetch'
|
import type { FetchOptions , FetchError } from 'ofetch'
|
||||||
import { $fetch, FetchError } from 'ofetch'
|
import { $fetch } from 'ofetch'
|
||||||
|
|
||||||
export type AnyObject = Record<string, unknown>
|
export type AnyObject = Record<string, unknown>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user