Skip to content

Commit

Permalink
Merge pull request #26989 from mshima/vue-compat
Browse files Browse the repository at this point in the history
adjust to vue compat
  • Loading branch information
DanielFran authored Aug 16, 2024
2 parents 7f2688e + 87c6392 commit 2acb978
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion generators/vue/resources/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"pinia": "2.2.2",
"rxjs": "7.8.1",
"sockjs-client": "1.6.1",
"vue": "3.4.21",
"vue": "3.4.38",
"vue-i18n": "9.13.1",
"vue-router": "4.4.3"
},
Expand Down
1 change: 1 addition & 0 deletions generators/vue/templates/src/main/webapp/app/main.ts.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ Vue.configureCompat({
OPTIONS_DESTROYED: 'suppress-warning',
RENDER_FUNCTION: 'suppress-warning',
WATCH_ARRAY: 'suppress-warning',
PRIVATE_APIS: 'suppress-warning',
});

<%_ if (enableTranslation) { _%>
Expand Down

0 comments on commit 2acb978

Please sign in to comment.