mirror of https://github.com/ElemeFE/element
8 lines
118 B
JavaScript
8 lines
118 B
JavaScript
![]() |
import init from './app';
|
||
|
|
||
|
if (!window.ElementThemeRollerInit) {
|
||
|
window.ElementThemeRollerInit = true;
|
||
|
init();
|
||
|
}
|
||
|
|