-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
Closed
Description
Vue.js version
2.1.3
Reproduction Link
https://jsfiddle.net/peterkorgaard/t1Lxnwoq/16/
Steps to reproduce
In my fiddle I have added a filter and two uses of it. One with v-html and one with mustache interpolations. The first one (v-html) returns 0 and throws an error in the console. The latter prints the html code produced by the filter - but it is of course not rendered as html, because this is not supported with mustache interpolations. The example with v-html, on the other hand, should render as html.
What is Expected?
Rendered html
What is actually happening?
Vue does not recognize the filter when using v-html. For the record. The same thing happens when using v-text.
feliperaul, IlyaSemenov, edouard-lopez, asimqt and clementmas
Metadata
Metadata
Assignees
Labels
No labels