Posts by Fabio Mendes • 38 points
3 posts
-
0
votes0
answers82
viewsQ: View data from an Api in V-CALENDAR Vuetify Vuejs
Hello, I have the following data coming from my api: [ { "id": 1, "start": "2020-12-24 01:00", "end": "2020-12-24 01:30", "comments": null, "createdAt": "2020-12-24T19:37:52.699Z", "updatedAt":…
-
0
votes1
answer481
viewsQ: View data from an Api in a v-data-table, an object within a Vue js object, vuetify
I have the following Json coming from an api, which I want to present in a V-DATA-TABLE: [ { "id": 1, "firstName": "Ana", "lastName": "Lucia", "phone": "(11)99989-8989", "mobilePhone":…
-
2
votes1
answer204
viewsA: Sequelize error: [...]. belongsToMany([...]) requires through option, pass either a string or a model
Hello, you put trough instead of through in your Accesslevel Model and Menu Model, probably now it’s right, I hope it helps.