Lint frontend
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
<script setup>
|
||||
const props = defineProps({
|
||||
error: Object
|
||||
error: {
|
||||
type: Object,
|
||||
default: () => ({})
|
||||
}
|
||||
})
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user