Use contant for CSS prefixes
Composed string that can be used within iview and by users of the library.
This commit is contained in:
parent
0fce118ef2
commit
b428828fbe
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