element-plus/DEV_FAQ.md
云游君 35c90180d1
refactor(components): use css var to set menu global style (#3539)
* 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
2021-09-22 18:41:32 +08:00

253 B

DEV FAQ

Here are the problems that are easy to encounter in development.

yarn bootstrap

Test suite failed to run (jest)

Can not run yarn test xxx

rm -rf dist

Try again.