From 9e495f4f7a641dca20386d02fcde589be07948f5 Mon Sep 17 00:00:00 2001 From: Error Isla Date: Mon, 22 Jan 2018 16:41:04 +0800 Subject: [PATCH] Update attributes.md --- docs/zh-cn/api/wrapper/attributes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/zh-cn/api/wrapper/attributes.md b/docs/zh-cn/api/wrapper/attributes.md index 53c924a1f..0ea1df188 100644 --- a/docs/zh-cn/api/wrapper/attributes.md +++ b/docs/zh-cn/api/wrapper/attributes.md @@ -13,3 +13,4 @@ import Foo from './Foo.vue' const wrapper = mount(Foo) expect(wrapper.attributes().id).toBe('foo') +```