diff --git a/src/App.vue b/src/App.vue index 94c28d6..6bd96ec 100644 --- a/src/App.vue +++ b/src/App.vue @@ -42,7 +42,7 @@ function runAfter(condition: () => boolean, callback: () => void, timeout=10): v callback() clearInterval(id) - }, 1) + }, 10) } @Options({components: {}}) diff --git a/src/views/color/ColorPicker.vue b/src/views/color/ColorPicker.vue new file mode 100644 index 0000000..c2a1854 --- /dev/null +++ b/src/views/color/ColorPicker.vue @@ -0,0 +1,130 @@ + + + + +