chore: fix eslint warning for as prop (#3332)
This commit is contained in:
parent
1d128f56f9
commit
3adcce4e36
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
const { as = 'div', active } = defineProps<{
|
const { as = 'div', active } = defineProps<{
|
||||||
as: any
|
as?: string
|
||||||
active: boolean
|
active: boolean
|
||||||
}>()
|
}>()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue