1
0
mirror of https://gitee.com/vant-contrib/vant.git synced 2025-04-06 03:57:59 +08:00
neverland 735f7dd24a
chore: remote isWeapp mixin ()
* 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,
});
}