From 5ff115c7e0e7e149b0037bca7e138e792b3f88cd Mon Sep 17 00:00:00 2001 From: imfenghuang <20472384+imfenghuang@users.noreply.github.com> Date: Sun, 17 Nov 2024 19:09:59 +0800 Subject: [PATCH 1/2] fix(docs): update StyleProperties link --- docs/content/3.api/11.reactive-style.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/3.api/11.reactive-style.md b/docs/content/3.api/11.reactive-style.md index ff680ff3..476acc2d 100644 --- a/docs/content/3.api/11.reactive-style.md +++ b/docs/content/3.api/11.reactive-style.md @@ -6,13 +6,13 @@ reactiveStyle is an helper function creating a reactive object compatible with a ### `props` -Default [StyleProperties](https://github.com/Tahul/vueuse/motion/tree/main/src/types/variants.ts#L49-L50) object to create the reactive one from. +Default [StyleProperties](https://github.com/vueuse/motion/tree/main/src/types/variants.ts#L49-L50) object to create the reactive one from. ## Exposed ### `state` -The reactive [StyleProperties](https://github.com/Tahul/vueuse/motion/tree/main/src/types/variants.ts#L49-L50) object to manipulate. +The reactive [StyleProperties](https://github.com/vueuse/motion/tree/main/src/types/variants.ts#L49-L50) object to manipulate. ### `style` From 270b28f5bf5d6ba84b11078f412e2907e6513ac3 Mon Sep 17 00:00:00 2001 From: imfenghuang <20472384+imfenghuang@users.noreply.github.com> Date: Mon, 18 Nov 2024 20:17:29 +0800 Subject: [PATCH 2/2] fix(docs): update introduction.md --- docs/content/1.getting-started/1.introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/1.getting-started/1.introduction.md b/docs/content/1.getting-started/1.introduction.md index 4bca1f42..d7bfd77e 100644 --- a/docs/content/1.getting-started/1.introduction.md +++ b/docs/content/1.getting-started/1.introduction.md @@ -37,7 +37,7 @@ app.mount('#app') If you want to import the directive code only from components that uses it, import the directive and install it at component level. ```javascript -import { directive as motion } from '@vueuse/motion' +import { MotionDirective as motion } from '@vueuse/motion' export default { directives: {