You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ export default nuxtConfig({
65
65
}
66
66
```
67
67
68
-
**Note:** If you are extending recusively, `rootDir` should be ONLY provided one one level that implements actual `pages/` and `store/`.
68
+
**Note:** If you are extending recusively, `srcDir` should be ONLY provided one one level that implements actual `pages/` and `store/` (which is usually the base).
69
69
70
70
- Instead of using `~/` or `@/` aliases, use `~myTheme` or `@myTheme`
0 commit comments