configuring connection to metamask wallet

This commit is contained in:
RcleydsonR
2022-11-11 16:05:01 -03:00
parent 99add99af0
commit 4ce650f0d2
7 changed files with 397 additions and 20 deletions
+3 -3
View File
@@ -10,12 +10,12 @@ const router = createRouter({
component: HomeView,
},
{
path: "/about",
name: "about",
path: "/ethers",
name: "ethers",
// route level code-splitting
// this generates a separate chunk (About.[hash].js) for this route
// which is lazy-loaded when the route is visited.
component: () => import("../views/AboutView.vue"),
component: () => import("../views/EthersView.vue"),
},
{
path: "/pix",