Problem/Motivation
Best way for handling json props with Vue.js is to pre-pend them with a colon : such that the json-string is evaluated and passed as object. See https://vuejs.org/v2/guide/components-props.html#Passing-an-Object
Issue fork custom_elements-3202372
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
fagoAttached MR implements this and fixes the thunder gallery prop to not use the colon when using web-components style.
Comment #4
fago