You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think the library has a problem, depends on the model attributes we have. For example, I Have this model :
{
id : 1,
name : 'test',
routes : []
}
With this attribute routes, I have the specific error if I try to launch a fetch, save or delete :
TypeError: this.routes is not a function
at DatabaseMachineModel.getRoute (vue-mc.es.js:731)
at DatabaseMachineModel.getDeleteRoute (vue-mc.es.js:591)
at DatabaseMachineModel.getDeleteURL (vue-mc.es.js:764)
I think, the problem is with all specifics fields with model functions names. Try with, for example, a model with the attribute request and you crash all the model.
The text was updated successfully, but these errors were encountered:
I think the library has a problem, depends on the model attributes we have. For example, I Have this model :
With this attribute
routes
, I have the specific error if I try to launch afetch
,save
ordelete
:I think, the problem is with all specifics fields with model functions names. Try with, for example, a model with the attribute
request
and you crash all the model.The text was updated successfully, but these errors were encountered: