Logo white

other / mew-iview

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • mew-iview
  • src
  • components
  • select
  • prefixCls.js
  • Use contant for CSS prefixes ...
    b428828f
    Composed string that can be used within iview and by users of the library.
    Graham Fairweather authored
    2018-02-26 11:58:17 +0100  
    Browse Code ยป
prefixCls.js 147 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9
import {
    IVU,
    SELECT,
} from '@/utils/constants';
import {
    kebabJoin,
} from '@/utils/assist';

export default kebabJoin(IVU, SELECT);