mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
b5f6ed1332
Currently we cannot define `scrollBehavior` like: ```js scrollBehavior () { // ← we can have space before the parenthesis // ... } ``` Fixed this by using a `RegExp` to be more tolerant. |
||
---|---|---|
.. | ||
components | ||
layouts | ||
pages | ||
views | ||
App.js | ||
client.js | ||
empty.js | ||
index.js | ||
middleware.js | ||
router.js | ||
server.js | ||
store.js | ||
utils.js |