fix: apply ESLint rule vue/component-name-in-template-casing
This commit is contained in:
@@ -63,7 +63,7 @@ export default {
|
||||
};
|
||||
</script>
|
||||
<template>
|
||||
<with-label
|
||||
<WithLabel
|
||||
:label="label"
|
||||
:icon="icon"
|
||||
:name="name"
|
||||
@@ -96,5 +96,5 @@ export default {
|
||||
@input="onInput"
|
||||
@blur="$emit('blur')"
|
||||
/>
|
||||
</with-label>
|
||||
</WithLabel>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user