wy-ei / vue-filter

:v: A collection of Vue.js filter. [Depressed]
MIT License
353 stars 40 forks source link

Does not wok with v-html for truncating text #29

Closed myultimabot closed 5 years ago

myultimabot commented 5 years ago

how can i truncate a parsed html with v-html

wy-ei commented 5 years ago

@iamtheoleo v-html isn't related to filter. It‘s a directive in Vue.js. I guess what you mean is that you truncated a string and passed it as value for v-html but it don't work. I think the problem is not caused by filter and you should check your code.

myultimabot commented 5 years ago

You miss the whole point, thanks anyway