{#if config?.use.length > 0}
{#if config.use.length > 1}
{#each config.use as name} { currentComment = toSnake(name) localStorage.setItem('comment', toSnake(name)) }} class="flex-1 tab transition-all" class:tab-bordered={config?.['style'] === 'bordered'} class:tab-lifted={config?.['style'] === 'lifted'} class:tab-active={currentComment === toSnake(name)}> {name} {/each}
{/if} {#if currentComment} {#key currentComment} {/key} {/if}
{/if}