FEAT: backup/restore v2 & disclaimer v1

This commit is contained in:
prosety
2022-11-30 18:05:19 +01:00
parent 3127e60c04
commit cfb68da58b
6 changed files with 121 additions and 75 deletions

View File

@@ -4,7 +4,7 @@
terminalContent: {
required: true,
type: String,
}
},
},
}
</script>
@@ -18,7 +18,7 @@
</div>
<div class="flex h-4/5">
<code class="w-full text-white font-mono text-xs md:text-base p-4 pt-0 mr-0 overflow-scroll whitespace-pre">
{{ terminalContent }}<span class="w-2 h-4 bg-white inline-block animate-blink relative" style="margin-bottom: -2px;" ref="terminal" />
{{ terminalContent }}<span class="w-2 h-4 bg-white inline-block relative" style="margin-bottom: -2px;" ref="terminal" />
</code>
</div>
</div>