@benixal/vue-reverse-string-plugin
v0.0.1
Published
with this amazing plugin you can reverse strings ! ## installation ``` npm i @benixal/vue-reverse-string-plugin ``` ## How to use main.js : import it ``` import reverse from '@benixal/vue-reverse-string-plugin' ``` then ``` createApp(App).use(reverse).m
Downloads
6
Readme
Vue reverse string plugin
with this amazing plugin you can reverse strings !
installation
npm i @benixal/vue-reverse-string-pluginHow to use
main.js : import it
import reverse from '@benixal/vue-reverse-string-plugin'then
createApp(App).use(reverse).mount("#app");then you can use $reverse anywhere in your app
<h1>{{ $reverse("benixal") }}</h1>