liudl
2025-01-16 f42e607f9309c06394c6c46bfdc354ddd5195d51
1
2
3
4
5
6
7
8
9
10
export default {
    data() {
        return {
            prefixCls: 'ivu-color-picker',
            inputPrefixCls: 'ivu-input',
            iconPrefixCls: 'ivu-icon',
            transferPrefixCls: 'ivu-transfer',
        };
    },
};