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 07d1b0d commit 9dfc5b1Copy full SHA for 9dfc5b1
src/createVue3SFCModule.ts
@@ -37,7 +37,8 @@ import {
37
} from './types'
38
39
// @ts-ignore (Cannot find module '@vue/compiler-sfc/../../package.json' or its corresponding type declarations.)
40
-export { version as vueVersion } from '@vue/compiler-sfc/../../package.json'
+//export { version as vueVersion } from '@vue/compiler-sfc/../../package.json'
41
+export { version as vueVersion } from '@vue/compiler-sfc/package.json'
42
43
/**
44
* @ignore
0 commit comments