app-default-wizard-panel.tsx 302 字节
Newer Older
1 2 3 4 5 6 7
import { Component } from 'vue-property-decorator';
import { VueLifeCycleProcessing } from '../../../decorators';
import { AppWizardPanelBase } from '../app-common-control/app-wizardpanel-base';

@Component({})
@VueLifeCycleProcessing()
export class AppDefaultWizardPanel extends AppWizardPanelBase { }