docs: remove mourn

This commit is contained in:
chenjiahan
2020-04-04 22:14:22 +08:00
parent 9eb337bd0e
commit f33ddfda06
5 changed files with 2 additions and 27 deletions

View File

@@ -1,4 +1,3 @@
import mourn from './mourn';
import Vue from 'vue';
import Locale from '../../src/locale';
import Lazyload from '../../src/lazyload';
@@ -6,8 +5,6 @@ import { get } from '../../src/utils';
import { camelize } from '../../src/utils/format/string';
import enUS from '../../src/locale/lang/en-US';
mourn();
Vue.use(Lazyload, {
lazyComponent: true,
});