Skip to content

Commit 3cc839d

Browse files
JinjiangJustineo
authored andcommitted
linted cookbook/unit-testing-vue-components.md
1 parent d9acb2b commit 3cc839d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/cookbook/unit-testing-vue-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ test('Hello', () => {
9191
- 易于理解
9292
- 只测试*一个独立单元的工作*
9393

94-
我们在上一个示例的基础上继续构建,同时引入一个<a href="https://zh.wikipedia.org/wiki/工厂方法#工厂">工厂函数 (factory function)</a>使得我们的测试更简洁更易读。这个组件应该:
94+
我们在上一个示例的基础上继续构建,同时引入一个<a href="https://zh.wikipedia.org/wiki/工厂方法#工厂">工厂函数 (factory function)</a> 使得我们的测试更简洁更易读。这个组件应该:
9595

9696
- 展示一个“Welcome to the Vue.js cookbook”的问候语
9797
- 提示用户输入用户名

0 commit comments

Comments
 (0)