mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-17 06:01:34 +00:00
In migrating an `1.4.2` app to edge, I came across this bug: ``` ✖ fatal Error: Could not compile template /Users/jonas/.../node_modules/nuxt-edge/lib/app/App.js: layout is not defined ``` Upon much investigation, I traced it to the string interpolation used in the `App.js` template. I replaced with regular concatenation and the error was gone. |
||
---|---|---|
.. | ||
app | ||
builder | ||
common | ||
core | ||
index.js | ||
nuxt-legacy.js | ||
nuxt-start.js | ||
nuxt.js |