chore: 完成 scroll 按需

This commit is contained in:
就眠儀式
2022-04-12 23:05:54 +08:00
parent b55e6b4862
commit 9c515ccf20
3 changed files with 50 additions and 51 deletions

View File

@@ -83,6 +83,10 @@ const matchComponents = [
pattern: /^LayBreadcrumbItem$/,
styleDir: "breadcrumb",
},
{
pattern: /^LayScroll$/,
styleDir: "scroll",
},
// ....
{
pattern: /^(LayCarousel|LayCarouselItem)$/,
@@ -130,10 +134,6 @@ const matchComponents = [
pattern: /^LayRadio$/,
styleDir: "",
},
{
pattern: /^LayScroll$/,
styleDir: "",
},
{
pattern: /^LaySelectOption$/,
styleDir: "select",