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 1c76b7e commit 6d5032aCopy full SHA for 6d5032a
src/index.ts
@@ -5,3 +5,5 @@ export { compileFile } from './transform'
5
export type { Props as ReplProps } from './Repl.vue'
6
export type { Store, StoreOptions, SFCOptions, StoreState } from './store'
7
export type { OutputModes } from './output/types'
8
+export { version as languageToolsVersion } from '@vue/language-service/package.json'
9
+
0 commit comments