-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Closed
Description
If you access the page /api/directives.html
in a local build of the docs you'll see a console error.
The error relates to this sentence in directives.md
:
If you need to update the part of `textContent`, you should use `{{ mustache }}` interpolations.
The {{ mustache }}
is being interpreted rather than being treated as literal text. The output looks like this:
I'm not really clear whether this is a bug in the underlying engine or just something to be corrected in the documentation. I managed to hack it into submission with:
<template v-pre>`{{ mustache }}`</template>
It'd probably be better just to rewrite the whole sentence.
Metadata
Metadata
Assignees
Labels
No labels