This commit is contained in:
@@ -124,9 +124,9 @@ const formatValue = (value) => {
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<section class="space-y-4">
|
||||
<section class="space-y-4 min-w-0 w-full">
|
||||
<UTabs v-model="tab" :content="false" :items="tabs" class="w-full" />
|
||||
<pre>{{ config }}</pre>
|
||||
<pre class="w-full overflow-x-auto whitespace-pre">{{ config }}</pre>
|
||||
<UButton label="Copy config" block @click="copy(config)" />
|
||||
</section>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user