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

Commit

Permalink
feat: add directives type support (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxiangmoe authored Nov 30, 2021
1 parent 4a631e4 commit 1ded5c7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"@antfu/ni": "^0.10.1",
"@types/jest": "^27.0.2",
"@types/node": "^16.11.7",
"@vue/composition-api": "^1.4.0",
"@vue/composition-api": "^1.4.1",
"@vue/runtime-dom": "^3.2.23",
"bumpp": "^7.1.1",
"eslint": "^8.2.0",
Expand Down
12 changes: 10 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion shims.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
// https://github.com/johnsoncodehk/volar/issues/404
declare module '@vue/runtime-dom' {
export * from '@vue/runtime-dom/dist/runtime-dom'
export { defineComponent, PropType } from '@vue/composition-api'
export { defineComponent, PropType, ObjectDirective, FunctionDirective } from '@vue/composition-api'
}

0 comments on commit 1ded5c7

Please sign in to comment.