Skip to content

Commit

Permalink
fix: fix version mismatch error from vue-template-compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
Shimada666 committed Oct 1, 2023
1 parent 90617d1 commit 9d47ced
Show file tree
Hide file tree
Showing 2 changed files with 944 additions and 911 deletions.
9 changes: 9 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,14 @@
"vue-tsc": "^0.40.13",
"vue2": "npm:vue@2",
"vue3": "npm:vue@3"
},
"pnpm": {
"packageExtensions": {
"vue-template-compiler": {
"peerDependencies": {
"vue": "~2.6.14"
}
}
}
}
}
Loading

0 comments on commit 9d47ced

Please sign in to comment.