Skip to content

Commit ad67fcd

Browse files
authored
Fix doc code (#267)
Target proper folder
1 parent 456b482 commit ad67fcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/generators/QuasarGenerator.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ notify: {
174174
'Notify'
175175
176176
//import routes
177-
import ${titleLc}Routes from './router/${titleLc}';
177+
import ${titleLc}Routes from '../router/${titleLc}';
178178
179179
// Add routes to VueRouter
180180
const router = new VueRouter({
@@ -185,7 +185,7 @@ const router = new VueRouter({
185185
});
186186
187187
// Add the modules in the store
188-
import ${titleLc} from './store/modules/${titleLc}/';
188+
import ${titleLc} from '../store/modules/${titleLc}/';
189189
190190
export const store = new Vuex.Store({
191191
// ...

0 commit comments

Comments
 (0)