Skip to content
This repository was archived by the owner on Dec 25, 2024. It is now read-only.

Commit 1ded5c7

Browse files
authored
feat: add directives type support (#79)
1 parent 4a631e4 commit 1ded5c7

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@antfu/ni": "^0.10.1",
6464
"@types/jest": "^27.0.2",
6565
"@types/node": "^16.11.7",
66-
"@vue/composition-api": "^1.4.0",
66+
"@vue/composition-api": "^1.4.1",
6767
"@vue/runtime-dom": "^3.2.23",
6868
"bumpp": "^7.1.1",
6969
"eslint": "^8.2.0",

pnpm-lock.yaml

+10-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

shims.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
// https://github.com/johnsoncodehk/volar/issues/404
33
declare module '@vue/runtime-dom' {
44
export * from '@vue/runtime-dom/dist/runtime-dom'
5-
export { defineComponent, PropType } from '@vue/composition-api'
5+
export { defineComponent, PropType, ObjectDirective, FunctionDirective } from '@vue/composition-api'
66
}

0 commit comments

Comments
 (0)