thegetty / quire

A multi-package repository for the Quire multiformat publishing framework
https://quire.getty.edu/
BSD 3-Clause "New" or "Revised" License
89 stars 10 forks source link

DEV-16533: Implement `quireData` component #882

Closed anderspollack closed 8 months ago

anderspollack commented 8 months ago

I was having difficulty escaping the " in the stringified JSON to pass through to a webc version via @raw

<script webc:keep type="application/json" @raw="data" :id="id"></script>

so I opted for a JS template string approach