fix: apply ESLint rule vue/component-name-in-template-casing

This commit is contained in:
iamsivin
2024-07-25 19:42:48 +05:30
parent 0008fca511
commit 3ce70f4e14
352 changed files with 1019 additions and 1037 deletions
+2 -2
View File
@@ -51,7 +51,7 @@ export default {
</script>
<template>
<with-label
<WithLabel
:label="label"
:icon="icon"
:name="name"
@@ -79,7 +79,7 @@ export default {
</option>
</slot>
</select>
</with-label>
</WithLabel>
</template>
<style scoped>
.select-caret {