Tohid Dadashnejad
Tohid Dadashnejad
I had this problem and this is how I solved it: ```go func main(){ scheduleMethods := scheduleMethods() job:=func(){ fmt.Println("Hello world") } // Call the methods and pass the parameters dynamically...
```javascript // If you want to add to window object window.tranlate=require('./VueTranslation/Translation').default.translate; // If you want to use it in your vue components Vue.prototype.translate=require('./VueTranslation/Translation').default.translate; ``` Did you add this part to...
Can tell me please which version of laravel and vue do you use?
Where do you use the `translate` method? It should be used inside the child components. I tried it in my own project but no errors are seen. Also, you should...