We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 559e3f9 commit 5db64aaCopy full SHA for 5db64aa
README.md
@@ -33,7 +33,7 @@ This package helps you to have Laravel translation functionality in your client
33
```js
34
window.Vue = require('vue');
35
// If you want to add to window object
36
-window.tranlate=require('./VueTranslation/Translation').default.translate;
+window.translate=require('./VueTranslation/Translation').default.translate;
37
38
// If you want to use it in your vue components
39
Vue.prototype.translate=require('./VueTranslation/Translation').default.translate;
0 commit comments