update: replace vue version when rolling bundle

* remove vue jsx
This commit is contained in:
Braks
2021-10-21 00:09:23 +02:00
parent 5f500bca18
commit 31c896edb5
7 changed files with 11 additions and 236 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ export const initialState = (): FlowState => ({
multiSelectionActive: false,
revueFlowVersion: typeof __REVUE_FLOW_VERSION__ !== 'undefined' ? __REVUE_FLOW_VERSION__ : '-',
revueFlowVersion: typeof __VUE_FLOW_VERSION__ !== 'undefined' ? __VUE_FLOW_VERSION__ : '-',
})
export { default as useFlowStore } from './useFlowStore'