From 254da39e54af30284e53eb5a55c1e457cfb7fbb1 Mon Sep 17 00:00:00 2001 From: 7inspire Date: Fri, 31 May 2019 17:43:47 +0800 Subject: [PATCH] Update common-tips.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 触发! => Emitted! so the assert can be trueexpect(wrapper.html()).toContain('Emitted!') --- docs/zh/guides/common-tips.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zh/guides/common-tips.md b/docs/zh/guides/common-tips.md index e8dd97c1e..0c4b042ad 100644 --- a/docs/zh/guides/common-tips.md +++ b/docs/zh/guides/common-tips.md @@ -68,7 +68,7 @@ expect(wrapper.emitted().foo[1]).toEqual([123])