feat: Add dedicated default loading component
* add option to pass a transition name Signed-off-by: Braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
+1
-1
@@ -88,7 +88,7 @@ export const initialState = (): FlowState => ({
|
||||
|
||||
isReady: false,
|
||||
hooks: createHooks(),
|
||||
showLoadingIndicator: false,
|
||||
loading: false,
|
||||
|
||||
vueFlowVersion: typeof __VUE_FLOW_VERSION__ !== 'undefined' ? __VUE_FLOW_VERSION__ : '-',
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user