fix!: v-model implemented again
* fix store usage Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -30,7 +30,7 @@ const color = ref<Colors>({
|
||||
blue: 100,
|
||||
})
|
||||
const onChange = ({ color: c, val }: { color: keyof Colors; val: number }) => (color.value[c] = Number(val))
|
||||
const { store } = useVueFlow({
|
||||
const store = useVueFlow({
|
||||
nodeTypes: {
|
||||
'rgb': true,
|
||||
'rgb-output': true,
|
||||
|
||||
Reference in New Issue
Block a user