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