Skip to content

Commit 2156036

Browse files
feat: migrate templates from Vuetify 2 to Vuetify 3 (#361)
1 parent 5e31799 commit 2156036

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+1973
-2377
lines changed

src/generators/QuasarGenerator.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ export default {
144144
params.forEach((p) => {
145145
if (p.variable.startsWith("exists[")) {
146146
result.push(p);
147-
return; // removed for the moment, it can help to add null option to select
147+
return;
148148
}
149149
if (p.variable.startsWith("order[")) {
150150
result.push(p);

src/generators/VueBaseGenerator.js

-333
This file was deleted.

0 commit comments

Comments
 (0)