Merge pull request #3059 from Xotic750/move_css_prefixes_to_contants
Use constant for CSS prefixes
This commit is contained in:
commit
adb9ebbdd7
1 changed files with 9 additions and 0 deletions
9
src/components/select/prefixCls.js
Normal file
9
src/components/select/prefixCls.js
Normal file
|
@ -0,0 +1,9 @@
|
|||
import {
|
||||
IVU,
|
||||
SELECT,
|
||||
} from '@/utils/constants';
|
||||
import {
|
||||
kebabJoin,
|
||||
} from '@/utils/assist';
|
||||
|
||||
export default kebabJoin(IVU, SELECT);
|
Loading…
Add table
Reference in a new issue