File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ app.mount('#app')
37
37
If you want to import the directive code only from components that uses it, import the directive and install it at component level.
38
38
39
39
``` javascript
40
- import { directive as motion } from ' @vueuse/motion'
40
+ import { MotionDirective as motion } from ' @vueuse/motion'
41
41
42
42
export default {
43
43
directives: {
Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ reactiveStyle is an helper function creating a reactive object compatible with a
6
6
7
7
### ` props `
8
8
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.
10
10
11
11
## Exposed
12
12
13
13
### ` state `
14
14
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.
16
16
17
17
### ` style `
18
18
You can’t perform that action at this time.
0 commit comments