Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiyuanzmj committed Nov 13, 2024
1 parent 3ae1418 commit bda0062
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"dependencies": {
"@vue-macros/common": "^1.10.4",
"muggle-string": "^0.4.1",
"ts-macro": "^0.0.5",
"ts-macro": "^0.1.5",
"unplugin": "^1.11.0"
},
"devDependencies": {
Expand Down
5 changes: 4 additions & 1 deletion src/volar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,10 @@ function transform({
}

const plugin = createPlugin<{ ignore?: string[] } | undefined>(
({ ts, vueCompilerOptions }, options) => {
(
{ ts, vueCompilerOptions },
options = vueCompilerOptions?.reactivityFunction,
) => {
return {
name: 'vue-reactivity-function',
resolveVirtualCode({ ast, source, codes }) {
Expand Down

0 comments on commit bda0062

Please sign in to comment.