feat: init

This commit is contained in:
陶林 2023-10-01 01:15:26 +08:00
parent e9557c1ef3
commit 620154793b
3 changed files with 2 additions and 0 deletions

BIN
public/user.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

BIN
src/assets/user.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -9,6 +9,8 @@ export default function IndexPage() {
<Button type={"primary"}>Click</Button> <Button type={"primary"}>Click</Button>
<ButtonMobileV2>Click</ButtonMobileV2> <ButtonMobileV2>Click</ButtonMobileV2>
<ButtonMobileV5>Click</ButtonMobileV5> <ButtonMobileV5>Click</ButtonMobileV5>
<img src={ require('@/assets/user.jpg') } alt="" draggable={false} />
<img src="/user.jpg" alt="" draggable={false}/>
</div> </div>
); );
} }