feat: barcode demo (#252)

This commit is contained in:
一万
2022-04-25 17:17:21 +08:00
committed by GitHub
parent 0d4499c187
commit afe056649b
9 changed files with 138 additions and 0 deletions

View File

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