@@ -17,7 +17,7 @@ Vue Test Utils — официальная библиотека модульно
1717 * [ mount] ( api/mount.md )
1818 * [ shallowMount] ( api/shallowMount.md )
1919 * [ render] ( api/render.md )
20- * [ renderToString] ( api/renderToString.md )
20+ * [ renderToString] ( api/renderToString.md )
2121 * [ Опции монтирования] ( api/options.md )
2222 - [ context] ( api/options.md#context )
2323 - [ slots] ( api/options.md#slots )
@@ -28,6 +28,7 @@ Vue Test Utils — официальная библиотека модульно
2828 - [ attachToDocument] ( api/options.md#attachtodocument )
2929 - [ attrs] ( api/options.md#attrs )
3030 - [ listeners] ( api/options.md#listeners )
31+ - [ parentComponent] ( api/options.md#parentComponent )
3132 - [ provide] ( api/options.md#provide )
3233 - [ sync] ( api/options.md#sync )
3334 - [ другие опции] ( api/options.md#other-options )
@@ -65,9 +66,11 @@ Vue Test Utils — официальная библиотека модульно
6566 * [ is] ( api/wrapper-array/is.md )
6667 * [ isEmpty] ( api/wrapper-array/isEmpty.md )
6768 * [ isVueInstance] ( api/wrapper-array/isVueInstance.md )
69+ * [ setChecked] ( api/wrapper-array/setChecked.md )
6870 * [ setData] ( api/wrapper-array/setData.md )
6971 * [ setMethods] ( api/wrapper-array/setMethods.md )
7072 * [ setProps] ( api/wrapper-array/setProps.md )
73+ * [ setValue] ( api/wrapper-array/setValue.md )
7174 * [ trigger] ( api/wrapper-array/trigger.md )
7275 * [ isVisible] ( api/wrapper-array/isVisible.md )
7376 * [ Компоненты] ( api/components/ )
0 commit comments