pairlistStore.duplicateConfig(newName)"
@new="(name:string) => pairlistStore.newConfig(name)"
@rename="(oldName: string, newName:string) => pairlistStore.saveConfig(newName)"
>
pairlistStore.selectOrCreateConfig(config)"
/>
{{ pairlistStore.evaluating ? '' : 'Evaluate' }}