Skip to content

Commit

Permalink
fix(macros): add vue2 reactivity transform dts
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Dec 30, 2022
1 parent bd4171a commit f276a7d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/sharp-books-flow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'unplugin-vue-macros': patch
---

add Vue 2 reactivity transform dts
1 change: 1 addition & 0 deletions packages/macros/vue2-macros-global.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
/// <reference types="unplugin-vue-define-options/macros-global" />
/// <reference types="@vue-macros/define-render/vue2-macros-global" />
/// <reference types="@vue-macros/define-slots/macros-global" />
/// <reference types="@vue-macros/reactivity-transform-vue2/macros-global" />
/// <reference types="@vue-macros/setup-component/macros-global" />
/// <reference types="@vue-macros/short-emits/macros-global" />

Expand Down

0 comments on commit f276a7d

Please sign in to comment.