Skip to content

Commit 95ef48c

Browse files
committed
docs: move paragraph in usage section
1 parent 691075d commit 95ef48c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,6 @@ npm install vue-accessible-color-picker
4848

4949
In a Vue single file component, import the `ColorPicker` component and its styles (if you want to use them).
5050

51-
When using [Vue’s composition API](https://vuejs.org/guide/extras/composition-api-faq.html), you can directly use the component in the file’s `template` section once you import it.
52-
5351
```vue
5452
<template>
5553
<ColorPicker />
@@ -64,6 +62,8 @@ import { ColorPicker } from 'vue-accessible-color-picker'
6462
</style>
6563
```
6664

65+
When using [Vue’s composition API](https://vuejs.org/guide/extras/composition-api-faq.html), you can directly use the component in the file’s `template` section once you import it.
66+
6767
You can also register the component and import the styles globally.
6868

6969
## Documentation

0 commit comments

Comments
 (0)