diff --git a/packages/uni-mp-qq/src/compiler/options.ts b/packages/uni-mp-qq/src/compiler/options.ts index de0ce36c857c675a2e905c6858d6ae14c97b9739..2910e2a4a530160476fabc4f7e863b716e860db3 100644 --- a/packages/uni-mp-qq/src/compiler/options.ts +++ b/packages/uni-mp-qq/src/compiler/options.ts @@ -34,6 +34,14 @@ export const miniProgram: MiniProgramCompilerOptions = { key: true, }, directive: 'qq:', + lazyElement: { + editor: [ + { + name: 'on', + arg: ['ready'], + }, + ], + }, component: { dir: COMPONENTS_DIR, vShow: COMPONENT_CUSTOM_HIDDEN,