From 701d8ca4959f8c876ebf4bb6fd7ee2a6fe7a6b25 Mon Sep 17 00:00:00 2001 From: fxy060608 Date: Fri, 8 Jul 2022 20:03:20 +0800 Subject: [PATCH] chore: build --- packages/uni-mp-qq/dist/uni.compiler.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/packages/uni-mp-qq/dist/uni.compiler.js b/packages/uni-mp-qq/dist/uni.compiler.js index 88d1a7490..0141bef16 100644 --- a/packages/uni-mp-qq/dist/uni.compiler.js +++ b/packages/uni-mp-qq/dist/uni.compiler.js @@ -103,6 +103,14 @@ const miniProgram = { key: true, }, directive: 'qq:', + lazyElement: { + editor: [ + { + name: 'on', + arg: ['ready'], + }, + ] + }, component: { dir: COMPONENTS_DIR, vShow: uniCliShared.COMPONENT_CUSTOM_HIDDEN, -- GitLab