Skip to content

Commit

Permalink
Update Vue example to use script setup (#931)
Browse files Browse the repository at this point in the history
  • Loading branch information
manaust authored Feb 11, 2023
1 parent e9cf3d4 commit 60bcd8e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,12 +88,8 @@ Now each icon can be imported individually as a Vue component:
</div>
</template>
<script>
<script setup>
import { BeakerIcon } from '@heroicons/vue/24/solid'
export default {
components: { BeakerIcon }
}
</script>
```

Expand Down

0 comments on commit 60bcd8e

Please sign in to comment.