From c8602e8083e3dd371149e5d293900da5202bf8a2 Mon Sep 17 00:00:00 2001 From: 38elements <38elements@users.noreply.github.com> Date: Sat, 28 Jul 2018 08:07:53 +0900 Subject: [PATCH] docs: add a link for parentComponent to README.md --- docs/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/README.md b/docs/README.md index bc72180da..674c17524 100644 --- a/docs/README.md +++ b/docs/README.md @@ -28,6 +28,7 @@ Vue Test Utils is the official unit testing utility library for Vue.js. - [attachToDocument](api/options.md#attachtodocument) - [attrs](api/options.md#attrs) - [listeners](api/options.md#listeners) + - [parentComponent](api/options.md#parentComponent) - [provide](api/options.md#provide) - [sync](api/options.md#sync) - [other options](api/options.md#other-options)