wy-ei / vue-filter

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

v-html="$options.filters.nl2br(text)" doesn't work #17

Closed hkmsadek closed 6 years ago

hkmsadek commented 6 years ago

When I try to use it like this <p style="padding: 10px;font-size: 17px;" v-html="$options.filters.nl2br(opDesc.description)"></p> gives errors. The error is "TypeError: _vm.$options.filters.nl2br is not a function"

wy-ei commented 6 years ago

@hkmsadek Sorry, I forgot to publish the update to NPM。 I have published it now, you can reinstall this package.