You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
display: isDeclared ? '✅ Declared' : '⚠️ Not declared',
387
+
tooltip: !isDeclared ? `The event <code>${eventName}</code> is not declared in the <code>emits</code> option. It will leak into the component's attributes (<code>$attrs</code>).` : null,
388
+
},
389
+
},
390
+
})
391
+
}
392
+
}
393
+
returnresult
394
+
}
395
+
370
396
exportfunctioneditState({ componentInstance, path, state, type }: HookPayloads[Hooks.EDIT_COMPONENT_STATE],stateEditor: StateEditor,ctx: BackendContext){
0 commit comments