Skip to content

Commit 3c86bf8

Browse files
authored
docs: fix StyleProperties link and introduction.md import (#242)
1 parent 12d1020 commit 3c86bf8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/content/1.getting-started/1.introduction.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ app.mount('#app')
3737
If you want to import the directive code only from components that uses it, import the directive and install it at component level.
3838

3939
```javascript
40-
import { directive as motion } from '@vueuse/motion'
40+
import { MotionDirective as motion } from '@vueuse/motion'
4141

4242
export default {
4343
directives: {

docs/content/3.api/11.reactive-style.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ reactiveStyle is an helper function creating a reactive object compatible with a
66

77
### `props`
88

9-
Default [StyleProperties](https://github.com/Tahul/vueuse/motion/tree/main/src/types/variants.ts#L49-L50) object to create the reactive one from.
9+
Default [StyleProperties](https://github.com/vueuse/motion/tree/main/src/types/variants.ts#L49-L50) object to create the reactive one from.
1010

1111
## Exposed
1212

1313
### `state`
1414

15-
The reactive [StyleProperties](https://github.com/Tahul/vueuse/motion/tree/main/src/types/variants.ts#L49-L50) object to manipulate.
15+
The reactive [StyleProperties](https://github.com/vueuse/motion/tree/main/src/types/variants.ts#L49-L50) object to manipulate.
1616

1717
### `style`
1818

0 commit comments

Comments
 (0)