Skip to content

Commit

Permalink
feat: migrate templates from Vuetify 2 to Vuetify 3 (api-platform#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinCrochemore authored Jan 30, 2023
1 parent 5e31799 commit 2156036
Show file tree
Hide file tree
Showing 71 changed files with 1,973 additions and 2,377 deletions.
2 changes: 1 addition & 1 deletion src/generators/QuasarGenerator.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export default {
params.forEach((p) => {
if (p.variable.startsWith("exists[")) {
result.push(p);
return; // removed for the moment, it can help to add null option to select
return;
}
if (p.variable.startsWith("order[")) {
result.push(p);
Expand Down
333 changes: 0 additions & 333 deletions src/generators/VueBaseGenerator.js

This file was deleted.

Loading

0 comments on commit 2156036

Please sign in to comment.