UNPKG

@aliedu/app-self-check

Version:

应用自检模块

18 lines 698 B
import { createStore } from 'ice'; import StepOneModel from './components/StepOne/models'; import StepTwoModel from './components/StepTwo/models'; import StepThreeModel from './components/StepThree/models'; import StepFourModel from './components/stepFour/models'; import StepFiveModel from './components/stepFive/models'; import BtnOperaModel from './components/btnOpera/models'; import IndexModel from './components/main/models'; var store = createStore({ IndexModel: IndexModel, StepOneModel: StepOneModel, StepTwoModel: StepTwoModel, StepThreeModel: StepThreeModel, StepFourModel: StepFourModel, StepFiveModel: StepFiveModel, BtnOperaModel: BtnOperaModel }); export default store;