generated from Seekra/repository-template
Feat(settings): add renderer for settings configuration #142
@@ -63,7 +63,9 @@ watch(selected, (newValue, oldValue) => {
|
||||
|
||||
<template>
|
||||
<div>
|
||||
<div class="label">
|
||||
|
jakob.scheid marked this conversation as resolved
Outdated
|
||||
{{ t(props.setting.i18n) }}
|
||||
</div>
|
||||
<ul class="options-list">
|
||||
<li v-for="option in props.setting.options" :key="option.name">
|
||||
<label class="settings-button">
|
||||
|
jakob.scheid marked this conversation as resolved
Outdated
jakob.scheid
commented
Please add a Please add a `title` and `aria-label` attributes.
|
||||
|
||||
Reference in New Issue
Block a user
Please add a label relationship between
div.labelandul.options-list.