Problem/Motivation
Steps to reproduce
- Create a new view
- add page, output some teasers using custom elements-style
- no other changes, minimal setup
Result:
- the row-wrapper is an empty string "".
- With the default vue template of the nuxt-starter, this ends in an error when rendering in the frontend, since an empty string does not make the vue component apply the default
- Error: "src.replace is not a function\n"
Issue fork lupus_decoupled-3587450
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
fagoThis seems to fix it:
Let's do a proper MR with test-coverage that asserts that the output leaves out the wrapper attribute then.