Skip to content

Commit f678a12

Browse files
ValentinCrochemorealanpoulain
authored andcommitted
Remove generic help text because it is in the doc
1 parent 3ea9f8a commit f678a12

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/generators/QuasarGenerator.js

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -89,17 +89,6 @@ export default class extends BaseGenerator {
8989
);
9090
console.log(
9191
chalk.green(`
92-
// Add to quasar.config.js
93-
// 1. in 'framework.config', can be customized later
94-
notify: {
95-
position: 'top',
96-
multiLine: true,
97-
timeout: 0,
98-
},
99-
100-
// 2. in 'framework.plugins
101-
'Notify'
102-
10392
// Import routes in src/router/routes.ts
10493
import ${titleLc}Routes from './${titleLc}';
10594
@@ -109,12 +98,10 @@ const routes: RouteRecordRaw[] = [
10998
];
11099
111100
// import translations in src/i18n/en-US/index.ts
112-
import common from './common';
113101
import ${titleLc} from './${titleLc}';
114102
115103
export default {
116104
// ...
117-
...common,
118105
${titleLc},
119106
}
120107
`)

0 commit comments

Comments
 (0)