We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ea9f8a commit f678a12Copy full SHA for f678a12
src/generators/QuasarGenerator.js
@@ -89,17 +89,6 @@ export default class extends BaseGenerator {
89
);
90
console.log(
91
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
103
// Import routes in src/router/routes.ts
104
import ${titleLc}Routes from './${titleLc}';
105
@@ -109,12 +98,10 @@ const routes: RouteRecordRaw[] = [
109
];
110
111
// import translations in src/i18n/en-US/index.ts
112
-import common from './common';
113
import ${titleLc} from './${titleLc}';
114
115
export default {
116
// ...
117
- ...common,
118
${titleLc},
119
106
}
120
107
`)
0 commit comments