Dynamical Appended Vuejs Content: Scope.test Is Not A Function
I am trying to find a workable solution for following scenario: vuejs will render its 'main' content first; when some click happen, it loads some vuejs aware html(including both c
If you debug your application you will find that the method test
is not present in the options. This is because is a method of the 'father'.
You should add the method test directly in the methods:{}
of the dynamicloaded
Post a Comment for "Dynamical Appended Vuejs Content: Scope.test Is Not A Function"