Skip to content

Commit

Permalink
fix: 渐变组件回调优化
Browse files Browse the repository at this point in the history
  • Loading branch information
Qiu-Jun committed Oct 4, 2023
1 parent 85ff587 commit 0a1280b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/colorSelector.vue
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,6 @@ const emitChange = defineEmits(['change']);
// const poptipCreated = ref(false);
// 是否渐变
const isGradient = ref(false);
// 是否显示渐变
const showGradient = ref(false);
// 纯色
const fill = ref('');
// 渐变
Expand Down

0 comments on commit 0a1280b

Please sign in to comment.