Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit bba6e3e

Browse files
authoredApr 18, 2017
fix(auto-init): Register MDCPersistentDrawer (#528)
Fixes #527
1 parent afec470 commit bba6e3e

File tree

1 file changed

+1
-0
lines changed
  • packages/material-components-web

1 file changed

+1
-0
lines changed
 

‎packages/material-components-web/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ import autoInit from '@material/auto-init';
3232
// Register all components
3333
autoInit.register('MDCCheckbox', checkbox.MDCCheckbox);
3434
autoInit.register('MDCDialog', dialog.MDCDialog);
35+
autoInit.register('MDCPersistentDrawer', drawer.MDCPersistentDrawer);
3536
autoInit.register('MDCTemporaryDrawer', drawer.MDCTemporaryDrawer);
3637
autoInit.register('MDCRipple', ripple.MDCRipple);
3738
autoInit.register('MDCGridList', gridList.MDCGridList);

0 commit comments

Comments
 (0)
This repository has been archived.