We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d9eef1 commit 88fbdb1Copy full SHA for 88fbdb1
src/core/resolvers/layui-vue.ts
@@ -34,7 +34,7 @@ const matchComponents = [
34
styleDir: undefined,
35
},
36
{
37
- pattern: /^(LayDropdownMenu|LayDropdownMenuItem)$/,
+ pattern: /^(LayDropdownMenu|LayDropdownMenuItem|LayDropdownSubMenu)$/,
38
styleDir: 'dropdown',
39
40
@@ -45,6 +45,10 @@ const matchComponents = [
45
pattern: /^(LayMenuItem|LaySubMenu)$/,
46
styleDir: 'menu',
47
48
+ {
49
+ pattern: /^(LayRadioGroup)$/,
50
+ styleDir: 'radio',
51
+ },
52
53
pattern: /^LaySelectOption$/,
54
styleDir: 'select',
0 commit comments