lint code

Signed-off-by: Arthur DANJOU <arthurdanjou@outlook.fr>
This commit is contained in:
2024-04-20 00:18:43 +02:00
parent c6ba8c791b
commit c698bfec8a
44 changed files with 180 additions and 177 deletions

View File

@@ -2,8 +2,8 @@
defineProps({
title: {
type: String,
default: 'Uses Section title'
}
default: 'Uses Section title',
},
})
const appConfig = useAppConfig()

View File

@@ -2,8 +2,8 @@
defineProps({
title: {
type: String,
default: 'Uses Slot title'
}
default: 'Uses Slot title',
},
})
</script>

View File

@@ -2,13 +2,13 @@
defineProps({
href: {
type: String,
default: ''
default: '',
},
target: {
type: String,
default: undefined,
required: false
}
required: false,
},
})
const appConfig = useAppConfig()