import { tag, WeElement, extractClass, classNames, h } from 'omi' import * as css from './index.scss' //@ts-ignore import '../theme.ts' const state = { DONE: 0, ERROR: 1, DOING: 2, TODO: 3 } @tag('m-step') class Step extends WeElement { static css = css static propTypes = { items: Object, vertical: Boolean } render(props) { return (