diff --git a/uni_modules/uni-native-button/components/native-button/native-button.vue b/uni_modules/uni-native-button/components/native-button/native-button.vue index 239a077c5db1b781cc6e67a1abc30dcec0f9656a..971327ec94c5049451a86c037c0bb8b37230890e 100644 --- a/uni_modules/uni-native-button/components/native-button/native-button.vue +++ b/uni_modules/uni-native-button/components/native-button/native-button.vue @@ -36,7 +36,7 @@ onObjectInit(e : UniObjectInitEvent) { this.button = new NativeButton(e.detail.element); this.button?.updateText(this.value) - this.$emit("init") + this.$emit("load") }, onclick(e: UniObjectCustomEvent) { this.$emit("tap", e)