Merge pull request #3059 from Xotic750/move_css_prefixes_to_contants

Use constant for CSS prefixes
This commit is contained in:
Aresn 2018-02-27 14:22:37 +08:00 committed by GitHub
commit adb9ebbdd7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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