generated from Seekra/repository-template
refactor(settings)!: rename Selection to SettingsSelection
Vue.js components should have multi-word names.
This commit is contained in:
@@ -15,7 +15,7 @@ limitations under the License.
|
||||
-->
|
||||
|
||||
<script setup>
|
||||
import Selection from './Selection.vue';
|
||||
import SettingsSelection from './SettingsSelection.vue';
|
||||
import SettingsInput from './SettingsInput.vue';
|
||||
import SettingsPageLink from './SettingsPageLink.vue';
|
||||
import SettingsSwitch from './SettingsSwitch.vue';
|
||||
@@ -53,7 +53,7 @@ const props = defineProps({
|
||||
:setting="setting"
|
||||
:path="`${props.path}.${setting.name}`"
|
||||
/>
|
||||
<Selection
|
||||
<SettingsSelection
|
||||
v-if="setting.type === 'selection'"
|
||||
:setting="setting"
|
||||
:path="`${props.path}.${setting.name}`"
|
||||
|
||||
Reference in New Issue
Block a user