Lint frontend
This commit is contained in:
@@ -3,6 +3,11 @@ defineProps<{
|
||||
imgWidth?: string
|
||||
fontSize?: string
|
||||
}>()
|
||||
|
||||
// Component name must be multi-word
|
||||
defineOptions({
|
||||
name: 'AppLogo'
|
||||
})
|
||||
</script>
|
||||
|
||||
<template>
|
||||
|
||||
Reference in New Issue
Block a user