You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
查看[Vue Community Guide](https://vue-community.org/guide/ecosystem/testing.html) 或 [awesome-vue](https://github.com/vuejs/awesome-vue#test)获取社区贡献的插件和库的集合。
40
+
查阅[Vue Community Guide](https://vue-community.org/guide/ecosystem/testing.html) 或 [awesome-vue](https://github.com/vuejs/awesome-vue#test)获取社区贡献的插件和库。
41
41
42
42
### 编写插件
43
43
44
-
Vue Test Utils 插件只是一个函数,该函数接收挂载的 `VueWrapper` 或 `DOMWrapper` 实例,并可以对其进行修改。
44
+
Vue Test Utils 插件只是一个单纯的函数,该函数接收挂载的 `VueWrapper` 或 `DOMWrapper` 实例,并可以对其进行修改。
45
45
46
46
#### 基本插件
47
47
@@ -53,7 +53,7 @@ import { config } from '@vue/test-utils'
如果你缺少某些功能,可以考虑编写插件来扩展 Vue Test Utils,并提交以在 [Vue Community Guide](https://vue-community.org/guide/ecosystem/testing.html) 或 [awesome-vue](https://github.com/vuejs/awesome-vue#test) 中推广。
181
+
如果你需要某些功能,可以考虑编写插件来扩展 Vue Test Utils,并提交以在 [Vue Community Guide](https://vue-community.org/guide/ecosystem/testing.html) 或 [awesome-vue](https://github.com/vuejs/awesome-vue#test) 中推广。
0 commit comments