Fix
This commit is contained in:
parent
7ed78bceff
commit
0a028681ac
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import { plsLoadImage } from '../utils/tools'
|
|||
export interface Props {
|
||||
name: string
|
||||
imageFile: string
|
||||
mlb: string
|
||||
mlb: boolean
|
||||
}
|
||||
|
||||
const { mlb, imageFile, name } = Astro.props
|
||||
|
|
Loading…
Reference in a new issue