alexjoverm / v-runtime-template

Vue component for compiling templates on the fly using a v-html like API
MIT License
605 stars 70 forks source link

Feature Request: filters #17

Closed Dorpheus closed 5 years ago

Dorpheus commented 5 years ago

Is it possible to make filters work; as in use filters from the parent context.

marcelojunior commented 5 years ago

My pull request solved this question. But, the way that I wrote, only the filters created in root element are using. Maybe the best solution would be make a merge root filters and "ref" filters.

19