mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-19 12:04:02 +08:00
When `src/main.js` imports `theme/index.css`, the import statement should import `'../theme/index.css'`, not `'./theme/index.css'`.
When `src/main.js` imports `theme/index.css`, the import statement should import `'../theme/index.css'`, not `'./theme/index.css'`.