0.0.1 • Published 1 year ago

@benixal/vue-reverse-string-plugin v0.0.1

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Vue reverse string plugin

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).mount("#app");

then you can use $reverse anywhere in your app

<h1>{{ $reverse("benixal") }}</h1>
0.0.1

1 year ago

0.0.0

1 year ago