mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 17:51:54 +00:00
docs: fix mourn tree shaking
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import './mourn';
|
||||
import mourn from './mourn';
|
||||
import Vue from 'vue';
|
||||
import Locale from '../../src/locale';
|
||||
import Lazyload from '../../src/lazyload';
|
||||
@@ -6,6 +6,8 @@ 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,
|
||||
});
|
||||
|
Reference in New Issue
Block a user