After v0.16.0, I cannot insert new line at the line end by pressing enter key.
If pressing enter key at the middle of the line, the line break still able to insert.
I tested v0.15.0 line breaks can still be inserted in this version.
I can't see this behavior at the examples page. Can you tell me your browser and provide an example on codesandbox?
I am using chrome 68.0.3440.106, I can reproduce it in my local project, but it works well after duplicating to codesandbox, I tried rm -rf node_modules with fresh install but still facing the same problem... Any clue how to debug the issue?
It turns out to be a Nuxt problem, looks fixed by removing node_modules and .nuxt directories. Thanks.
The problem persists after deploying to production server...
Damn, I fixed by removing package-lock.json, seems something went wrong with NPM
FYI I also saw this issue after upgrading from v0.19 to v1.7.0. Had to rm node_modules and yarn cache clean to fix this issue.
Most helpful comment
Damn, I fixed by removing package-lock.json, seems something went wrong with NPM