mirror of
https://github.com/element-plus/element-plus.git
synced 2024-12-21 02:50:11 +08:00
35c90180d1
* refactor(components): use css var to set menu global style * fix(components): remove useless value & change camelCase & test file * test: comment code that can not test final style * test: fix unused-vars lint * feat: add computed for useMenuCssVar * test(components): revert test file * fix(components): use computed value
253 B
253 B
DEV FAQ
Here are the problems that are easy to encounter in development.
If you encounter dependency related issues
yarn bootstrap
Test suite failed to run (jest)
Can not run yarn test xxx
rm -rf dist
Try again.