vuestic-ui
Version:
Vue 3 UI Framework
1 lines • 507 B
Source Map (JSON)
{"version":3,"file":"step.mjs","sources":["../../../../../src/components/va-stepper/step.ts"],"sourcesContent":["import { unFunction } from '../../utils/un-function'\nimport type { Step } from './types'\n\n/** Checks if hasError a function and returns its result. Otherwise returns hasError as boolean */\nexport const isStepHasError = (step: Step) => {\n return unFunction(step.hasError, step) || false\n}\n"],"names":[],"mappings":";AAIa,MAAA,iBAAiB,CAAC,SAAe;AAC5C,SAAO,WAAW,KAAK,UAAU,IAAI,KAAK;AAC5C;"}