Skip to content

Commit 57826a7

Browse files
authored
Merge pull request #535 from Tencent/fix/checkbox/external-class
fix(checkbox): enable external class
2 parents 0c4bdec + d8b5fb1 commit 57826a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/checkbox/checkbox.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default class CheckBox extends SuperComponent {
4040

4141
options: ComponentsOptionsType = {
4242
multipleSlots: true,
43-
styleIsolation: 'shared',
43+
// styleIsolation: 'shared',
4444
};
4545

4646
properties = {

0 commit comments

Comments
 (0)