We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c50ac31 commit d91f18dCopy full SHA for d91f18d
2 files changed
docs/.vitepress/theme/components/VPHeroImageLogo.vue
@@ -93,7 +93,7 @@ const refs = [
93
refs.forEach((ref, index) => {
94
const key = isLessThanMd.value ? 'mobile' : isLessThanLg.value ? 'tablet' : 'desktop'
95
96
- const { variant } = useMotion(ref.ref, {
+ const { variant } = useMotion(ref.ref.value, {
97
initial: {
98
scale: 1,
99
y: ref[key].initial.y,
packages/vitepress-plugin-git-changelog/package.json
@@ -58,7 +58,7 @@
58
"./client/composables/changelog": {
59
"types": "./dist/client/composables/changelog.d.ts",
60
"import": "./dist/client/composables/changelog.mjs",
61
- "require": "./dist/client/composables/changelog.cjs"
+ "require": "./dist/client/composables/changelog.js"
62
}
63
},
64
"main": "./dist/vite/index.cjs",
0 commit comments