feat: init
This commit is contained in:
parent
e9557c1ef3
commit
620154793b
BIN
public/user.jpg
Normal file
BIN
public/user.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
BIN
src/assets/user.jpg
Normal file
BIN
src/assets/user.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 14 KiB |
@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user