fix: Fix type errors
parent
8220f52ace
commit
376e25d796
|
|
@ -851,12 +851,9 @@ import { getImgUrl } from '@/utils/common'
|
||||||
import { arraySort } from '@/utils/array'
|
import { arraySort } from '@/utils/array'
|
||||||
|
|
||||||
import { t } from '@/locales'
|
import { t } from '@/locales'
|
||||||
const props = defineProps({
|
const props = defineProps<{
|
||||||
data: {
|
data: any
|
||||||
type: Object,
|
}>()
|
||||||
default: () => {},
|
|
||||||
},
|
|
||||||
})
|
|
||||||
const currentLoopNode = ref(0)
|
const currentLoopNode = ref(0)
|
||||||
</script>
|
</script>
|
||||||
<style lang="scss" scoped></style>
|
<style lang="scss" scoped></style>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue