From 808a3e402c504a000da9c316ca5abbe0e6e53f3e Mon Sep 17 00:00:00 2001 From: Alexander Sokolov Date: Sat, 14 Oct 2017 13:14:37 +0300 Subject: [PATCH 1/2] Update README.md --- docs/en/guides/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/en/guides/README.md b/docs/en/guides/README.md index 8e8b6119d..b347c3734 100644 --- a/docs/en/guides/README.md +++ b/docs/en/guides/README.md @@ -6,4 +6,5 @@ * [Using with Jest](./using-with-jest.md) * [Testing SFCs with Jest](./testing-SFCs-with-jest.md) * [Testing SFCs with Mocha + webpack](./testing-SFCs-with-mocha-webpack.md) +* [Using with Vue Router](./using-with-vue-router.md) * [Using with Vuex](./using-with-vuex.md) From 345a7325377d3ace80cc128590bed3db6e0435a5 Mon Sep 17 00:00:00 2001 From: Alexander Sokolov Date: Sat, 14 Oct 2017 13:34:26 +0300 Subject: [PATCH 2/2] Update README.md --- docs/en/README.md | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/docs/en/README.md b/docs/en/README.md index 2140a591a..c848bc583 100644 --- a/docs/en/README.md +++ b/docs/en/README.md @@ -11,13 +11,24 @@ * [Using with Vue Router](guides/using-with-vue-router.md) * [Using with Vuex](guides/using-with-vuex.md) * [API](api/README.md) - * [createLocalVue](api/createLocalVue.md) * [mount](api/mount.md) * [shallow](api/shallow.md) * [Mounting Options](api/options.md) + - [context](api/options.md#context) + - [slots](api/options.md#slots) + - [stubs](api/options.md#stubs) + - [mocks](api/options.md#mocks) + - [localVue](api/options.md#localvue) + - [attachToDocument](api/options.md#attachtodocument) + - [attrs](api/options.md#attrs) + - [listeners](api/options.md#listeners) + - [clone](api/options.md#clone) * [Wrapper](api/wrapper/README.md) * [contains](api/wrapper/contains.md) + * [emitted](api/wrapper/emitted.md) + * [emittedByOrder](api/wrapper/emittedByOrder.md) * [find](api/wrapper/find.md) + * [findAll](api/wrapper/findAll.md) * [hasAttribute](api/wrapper/hasAttribute.md) * [hasClass](api/wrapper/hasClass.md) * [hasProp](api/wrapper/hasProp.md) @@ -27,11 +38,12 @@ * [isEmpty](api/wrapper/isEmpty.md) * [isVueInstance](api/wrapper/isVueInstance.md) * [name](api/wrapper/name.md) - * [update](api/wrapper/update.md) * [setData](api/wrapper/setData.md) + * [setMethods](api/wrapper/setMethods.md) * [setProps](api/wrapper/setProps.md) * [text](api/wrapper/text.md) * [trigger](api/wrapper/trigger.md) + * [update](api/wrapper/update.md) * [WrapperArray](api/wrapper-array/README.md) * [at](api/wrapper-array/at.md) * [contains](api/wrapper-array/contains.md) @@ -42,8 +54,10 @@ * [is](api/wrapper-array/is.md) * [isEmpty](api/wrapper-array/isEmpty.md) * [isVueInstance](api/wrapper-array/isVueInstance.md) - * [update](api/wrapper-array/update.md) * [setData](api/wrapper-array/setData.md) + * [setMethods](api/wrapper-array/setMethods.md) * [setProps](api/wrapper-array/setProps.md) * [trigger](api/wrapper-array/trigger.md) + * [update](api/wrapper-array/update.md) * [Selectors](api/selectors.md) + * [createLocalVue](api/createLocalVue.md)