mirror of
https://github.com/semaphoreui/semaphore.git
synced 2025-01-20 07:19:20 +01:00
feat: add loader
This commit is contained in:
parent
528ba19751
commit
4d86438236
@ -1,9 +1,23 @@
|
||||
<template>
|
||||
<div v-if="!isLoaded">
|
||||
<v-row>
|
||||
<v-col>
|
||||
<v-skeleton-loader
|
||||
type="table-heading, list-item-two-line, image, table-tfoot"
|
||||
></v-skeleton-loader>
|
||||
</v-col>
|
||||
<v-col>
|
||||
<v-skeleton-loader
|
||||
type="table-heading, list-item-two-line, image, table-tfoot"
|
||||
></v-skeleton-loader>
|
||||
</v-col>
|
||||
</v-row>
|
||||
</div>
|
||||
<v-form
|
||||
v-else
|
||||
ref="form"
|
||||
lazy-validation
|
||||
v-model="formValid"
|
||||
v-if="isLoaded"
|
||||
>
|
||||
<v-dialog
|
||||
v-model="helpDialog"
|
||||
|
Loading…
Reference in New Issue
Block a user