feat: add qrcode demo (#256)

This commit is contained in:
一万
2022-04-27 19:57:12 +08:00
committed by GitHub
parent 506bfc8087
commit 6c6d520dcb
9 changed files with 519 additions and 18 deletions

View File

@@ -110,6 +110,15 @@ const ableRouter = {
title: $t("menus.hsBarcode"),
i18n: true
}
},
{
path: "/able/qrcode",
name: "reQarcode",
component: () => import("/@/views/able/qrcode.vue"),
meta: {
title: $t("menus.hsQarcode"),
i18n: true
}
}
]
};