app-default-statewizard-panel.tsx 343 字节
Newer Older
1 2 3 4 5 6 7 8
import { Component } from 'vue-property-decorator';
import { VueLifeCycleProcessing } from '../../../decorators';
import { AppStateWizardPanelBase } from '../app-common-control';
import './app-default-statewizard-panel.less';

@Component({})
@VueLifeCycleProcessing()
export class AppDefaultStateWizardPanel extends AppStateWizardPanelBase { }