chore: remove some logs

fix: inject store instance to handle component
This commit is contained in:
Braks
2021-07-17 23:19:50 +02:00
parent 7c7c31b46f
commit 8cfbc89d23
2 changed files with 9 additions and 11 deletions

View File

@@ -50,7 +50,6 @@ const DnDFlow = defineComponent({
};
elements.value.push(newNode);
console.log(elements.value);
}
};