Merge pull request #240 from edbond88/patch-1
Update Vue example in README.md
This commit is contained in:
@@ -67,14 +67,14 @@ ReactDOM.render(<App />, document.getElementById("root"));
|
|||||||
```html
|
```html
|
||||||
<template>
|
<template>
|
||||||
<div>
|
<div>
|
||||||
<ph-horse />
|
<PhHorse />
|
||||||
<ph-heart :size="32" color="hotpink" weight="fill" />
|
<PhHeart :size="32" color="hotpink" weight="fill" />
|
||||||
<ph-cube />
|
<PhCube />
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import { PhHorse, PhHeart, PhCube } from "phosphor-vue";
|
import { PhHorse, PhHeart, PhCube } from "@phosphor-icons/vue";
|
||||||
export default {
|
export default {
|
||||||
name: "App",
|
name: "App",
|
||||||
components: {
|
components: {
|
||||||
|
|||||||
Reference in New Issue
Block a user