...
|
...
|
@@ -20,7 +20,6 @@ |
20
|
20
|
|
21
|
21
|
const getDesign = computed(() => {
|
22
|
22
|
const { persetOption = {}, option } = props.config;
|
23
|
|
- console.log(props.config, 'config');
|
24
|
23
|
const {
|
25
|
24
|
openColor: persetOpenColor,
|
26
|
25
|
closeColor: persetCloseColor,
|
...
|
...
|
|