The template component uses d-cite (v2) and <dt-cite> (v1) uses the node attribute key to specify citations. Vue reserves the key attribute and therefore d-cite / dt-cite is not compatible with Vue.
Please consider either adding optional attribute namespace to be configurable in say d-front-matter or have a fallback attribute e.g. $key for compatibility
example:
<d-front-matter>
- distill-namespace: dp$
</d-front-matter>
<!-- -->
<d-cite dp$key=""/>
or just
The template component uses
d-cite(v2) and<dt-cite>(v1) uses the node attributekeyto specify citations. Vue reserves thekeyattribute and therefored-cite/dt-citeis not compatible with Vue.Please consider either adding optional attribute namespace to be configurable in say
d-front-matteror have a fallback attribute e.g.$keyfor compatibilityexample:
or just