Languages as German, French or Spanish have diacritics characters so I needed this option to highlight text diacritics insensitive.
I did the unit tests and I added case sensitive and diacritics senstive checkboxes on the app.vue to give the users an example of use from that options.
I changed vue-template-compiler to 2.5.22 version, same as vue version otherwise the project did not run.
I added the diacritics sensitive option based on the npm module: [https://www.npmjs.com/package/diacritics]
Languages as German, French or Spanish have diacritics characters so I needed this option to highlight text diacritics insensitive.
I did the unit tests and I added case sensitive and diacritics senstive checkboxes on the app.vue to give the users an example of use from that options.
I changed vue-template-compiler to 2.5.22 version, same as vue version otherwise the project did not run.
Regards.