fix: loading state on start

This commit is contained in:
Andras Bacsai
2022-08-31 15:03:36 +02:00
parent a9b5cd6c31
commit dbd948867c
5 changed files with 502 additions and 424 deletions

View File

@@ -1,4 +1,4 @@
<script>
<script lang="ts">
export let name = '';
export let value = '';
export let isNewSecret = false;