chore: 完成 breadcrumb 的按需

This commit is contained in:
就眠儀式
2022-04-12 22:48:54 +08:00
parent d220471e36
commit 4b307bed1e
5 changed files with 10 additions and 7 deletions

View File

@@ -75,11 +75,15 @@ const matchComponents = [
pattern: /^LayCol$/,
styleDir: "row",
},
// ....
{
pattern: /^(LayBreadcrumb|LayBreadcrumbItem)$/,
styleDir: "",
pattern: /^LayBreadcrumb$/,
styleDir: "breadcrumb",
},
{
pattern: /^LayBreadcrumbItem$/,
styleDir: "breadcrumb",
},
// ....
{
pattern: /^(LayCarousel|LayCarouselItem)$/,
styleDir: "",