0.1.23 - Multiple Fixes for DX #26
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import { plsLoadImage } from '../utils/tools'
|
||||||
export interface Props {
|
export interface Props {
|
||||||
name: string
|
name: string
|
||||||
imageFile: string
|
imageFile: string
|
||||||
mlb: string
|
mlb: boolean
|
||||||
}
|
}
|
||||||
|
|
||||||
const { mlb, imageFile, name } = Astro.props
|
const { mlb, imageFile, name } = Astro.props
|
||||||
|
|
Loading…
Reference in a new issue