refactor(store)!: remove pinia
* replace pinia with a reactive state object and inject/provide Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com> update(store)!: inject store if possible, otherwise create a new one by id Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
@@ -54,7 +54,7 @@ export default {
|
||||
@stop="onStop"
|
||||
>
|
||||
<div
|
||||
:key="`vue-flow-nodesselection-rect-${store.$id}`"
|
||||
:key="`vue-flow-nodesselection-rect-${store.id}`"
|
||||
class="vue-flow__nodesselection-rect"
|
||||
:style="innerStyle"
|
||||
@contextmenu="onContextMenu"
|
||||
|
||||
Reference in New Issue
Block a user