File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
docs/.vitepress/theme/components
packages/vitepress-plugin-git-changelog Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ const refs = [
9393refs .forEach ((ref , index ) => {
9494 const key = isLessThanMd .value ? ' mobile' : isLessThanLg .value ? ' tablet' : ' desktop'
9595
96- const { variant } = useMotion (ref .ref , {
96+ const { variant } = useMotion (ref .ref . value , {
9797 initial: {
9898 scale: 1 ,
9999 y: ref [key ].initial .y ,
Original file line number Diff line number Diff line change 5858 "./client/composables/changelog" : {
5959 "types" : " ./dist/client/composables/changelog.d.ts" ,
6060 "import" : " ./dist/client/composables/changelog.mjs" ,
61- "require" : " ./dist/client/composables/changelog.cjs "
61+ "require" : " ./dist/client/composables/changelog.js "
6262 }
6363 },
6464 "main" : " ./dist/vite/index.cjs" ,
You can’t perform that action at this time.
0 commit comments