Commit 46ee82ca002816ee5fa152dd8fcec1599a90fa03

Authored by ww
1 parent 043628e0

fix: DEFECT-985 icon drawer default icon not exist

... ... @@ -13,7 +13,7 @@
13 13 const iconList = IconData.icons;
14 14 const [register, { openDrawer, closeDrawer }] = useDrawer();
15 15 const getIcon = computed(() => {
16   - return props.value || 'temperature';
  16 + return props.value || 'shuiwen';
17 17 });
18 18
19 19 const getColor = computed(() => {
... ...