mirror of
https://gitee.com/java110/WechatOwnerService.git
synced 2026-02-24 05:46:04 +08:00
6 lines
146 B
JavaScript
6 lines
146 B
JavaScript
import { VantComponent } from '../common/component';
|
|
import { safeArea } from '../mixins/safe-area';
|
|
VantComponent({
|
|
mixins: [safeArea()]
|
|
});
|