vant/docs/site/entry.js
neverland 735f7dd24a
chore: remote isWeapp mixin (#9236)
* chore: remote isWeapp mixin

* fix: demo locale
2021-08-11 11:06:53 +08:00

10 lines
158 B
JavaScript

import './demo-locale';
import Lazyload from '../../src/lazyload';
const { app } = window;
if (app) {
app.use(Lazyload, {
lazyComponent: true,
});
}