Skip to content

Commit

Permalink
fix(templates): fix wording; cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
pdanpdan committed Dec 6, 2023
1 parent 39aca4c commit 029a51c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 66 deletions.
4 changes: 2 additions & 2 deletions src/templates/clean/boot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ export default function ({ app }: { app: App; }) {
});
}

// set to `true` to not show the top Qusar Settings bar
// mult be set to `true` if you do not use or load quasar in `boot.ts`
// set to `true` to not show the top Quasar Settings bar
// if you do not load or use Quasar in `boot.ts` you must set this to `true`
export const NO_SETTINGS = false;

// set to `true` if you do not want your code to be wrapped in `Suspense` component
Expand Down
4 changes: 2 additions & 2 deletions src/templates/full/boot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ export default function ({ app }: { app: App; }) {
});
}

// set to `true` to not show the top Qusar Settings bar
// mult be set to `true` if you do not use or load quasar in `boot.ts`
// set to `true` to not show the top Quasar Settings bar
// if you do not load or use Quasar in `boot.ts` you must set this to `true`
export const NO_SETTINGS = false;

// set to `true` if you do not want your code to be wrapped in `Suspense` component
Expand Down
43 changes: 0 additions & 43 deletions src/templates/full/main.vue

This file was deleted.

19 changes: 0 additions & 19 deletions src/templates/full/tsconfig.json

This file was deleted.

0 comments on commit 029a51c

Please sign in to comment.