From 1dd49715d4039eabc66e8a86167761ec3100f1ae Mon Sep 17 00:00:00 2001 From: guy Date: Tue, 9 Mar 2021 19:49:11 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=B8=80=E4=B8=8Bcontext?= =?UTF-8?q?=E7=9A=84=E4=BC=A0=E9=80=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- examples/tab-context.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tab-context.html b/examples/tab-context.html index c7e4324a0..33edfd13c 100644 --- a/examples/tab-context.html +++ b/examples/tab-context.html @@ -45,7 +45,7 @@ return { render: function () { return { - type: "bi.button", + type: "bi.label", text: store.model.text }; }