Closed (fixed)
Project:
Custom Elements
Version:
8.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
8 Mar 2021 at 22:03 UTC
Updated:
22 Mar 2021 at 22:34 UTC
Jump to comment: Most recent
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
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