ci: vue/use

This commit is contained in:
就眠儀式
2022-02-24 11:09:45 +08:00
parent ed312c40b1
commit 9726687879
5 changed files with 13 additions and 23 deletions

View File

@@ -131,7 +131,6 @@ let blue = ref(0);
let alpha = ref(1);
onMounted(() => {
console.log(props.modelValue)
let { r, g, b, a } = parseColor(props.modelValue);
red.value = r;
green.value = g;