jofftiquez / vue-morphling

Vue filters and directives collection.

Home Page:https://jofftiquez.github.io/vue-morphling/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add filter for choosing article (a/an) depending on string

igemnace opened this issue · comments

Example:

This is {{fruit | morph-articulate}}

Result:

This is an apple
// or
This is a banana