File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9191<template >
9292 <div >
9393 <c-card :title =" t('tools.color-wheel.texts.title-pick-a-color')" mb-2 >
94- <n-color-picker :value =" wheelColor " :show-alpha =" false" />
94+ <n-color-picker v-model :value =" inputColor " :show-alpha =" false" />
9595 <div
96- :style =" { backgroundColor: wheelColor }"
96+ :style =" { backgroundColor: inputColor }"
9797 />
9898 </c-card >
9999
@@ -112,11 +112,11 @@ watch(
112112 <c-card :title =" t('tools.color-wheel.texts.title-wheel')" mb-2 style =" text-align : center " >
113113 <div style =" display : inline-block " >
114114 <VueColorWheel
115- v-model :color =" wheelColor "
115+ v-model :color =" inputColor "
116116 wheel="aurora"
117117 :harmony =" currentType "
118118 :radius =" 160 "
119- :default-color =" wheelColor "
119+ :default-color =" inputColor "
120120 :show-brightness =" false "
121121 @change =" handleChangeColors "
122122 />
You can’t perform that action at this time.
0 commit comments