README: add prop styling to Vue snippet

This commit is contained in:
rektdeckard
2020-09-25 18:00:23 -04:00
parent 338d0dc23f
commit 5b42711c3e

View File

@@ -59,7 +59,7 @@ ReactDOM.render(<App />, document.getElementById("root"));
<template> <template>
<div> <div>
<PhHorse /> <PhHorse />
<PhHeart /> <PhHeart :size="32" color="hotpink" weight="fill" />
<PhCube /> <PhCube />
</div> </div>
</template> </template>