Skip to content

Commit 9397fb0

Browse files
authored
fix: correct vueuse resource paths (#339)
1 parent c4ca2f8 commit 9397fb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/utils/dependency.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,11 @@ export const genImportMap = (
7676
Object.assign(deps, {
7777
'@vueuse/core': {
7878
version: 'latest',
79-
path: '/index.mjs',
79+
path: '/dist/index.js',
8080
},
8181
'@vueuse/shared': {
8282
version: 'latest',
83-
path: '/index.mjs',
83+
path: '/dist/index.js',
8484
},
8585
})
8686
}

0 commit comments

Comments
 (0)