update: replace vue version when rolling bundle
* remove vue jsx
This commit is contained in:
+1
-1
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user