Posts by Pedro Henrique • 76 points
2 posts
-
2
votes1
answer281
viewsA: Routing Vue Js
You must take Vue.use(Router) of the router.js file and use it in the main.js file before the new Vue. I also wouldn’t use the new Router in router.js. I would leave like this: Router.js import…
-
4
votes1
answer53
viewsA: Update one table to another with Where?
From what I understand, you already have the data inserted in the two tables, but now you have inserted another column in table B and want to insert the suppliers in this new column. In this case,…
mysqlanswered Pedro Henrique 76