index.js 175 B

12345678
  1. import { mountComponent } from '../_util/component';
  2. var Result = function () { };
  3. mountComponent(Result, {
  4. type: null,
  5. image: '',
  6. title: '',
  7. message: '',
  8. });