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 456b482 commit ad67fcdCopy full SHA for ad67fcd
src/generators/QuasarGenerator.js
@@ -174,7 +174,7 @@ notify: {
174
'Notify'
175
176
//import routes
177
-import ${titleLc}Routes from './router/${titleLc}';
+import ${titleLc}Routes from '../router/${titleLc}';
178
179
// Add routes to VueRouter
180
const router = new VueRouter({
@@ -185,7 +185,7 @@ const router = new VueRouter({
185
});
186
187
// Add the modules in the store
188
-import ${titleLc} from './store/modules/${titleLc}/';
+import ${titleLc} from '../store/modules/${titleLc}/';
189
190
export const store = new Vuex.Store({
191
// ...
0 commit comments