Use contant for CSS prefixes

Composed string that can be used within iview and by users of the library.
This commit is contained in:
Graham Fairweather 2018-02-26 11:58:17 +01:00
parent 0fce118ef2
commit b428828fbe

View file

@ -0,0 +1,9 @@
import {
IVU,
SELECT,
} from '@/utils/constants';
import {
kebabJoin,
} from '@/utils/assist';
export default kebabJoin(IVU, SELECT);