|
11 | 11 | * [Using with Vue Router](guides/using-with-vue-router.md)
|
12 | 12 | * [Using with Vuex](guides/using-with-vuex.md)
|
13 | 13 | * [API](api/README.md)
|
14 |
| - * [createLocalVue](api/createLocalVue.md) |
15 | 14 | * [mount](api/mount.md)
|
16 | 15 | * [shallow](api/shallow.md)
|
17 | 16 | * [Mounting Options](api/options.md)
|
| 17 | + - [context](api/options.md#context) |
| 18 | + - [slots](api/options.md#slots) |
| 19 | + - [stubs](api/options.md#stubs) |
| 20 | + - [mocks](api/options.md#mocks) |
| 21 | + - [localVue](api/options.md#localvue) |
| 22 | + - [attachToDocument](api/options.md#attachtodocument) |
| 23 | + - [attrs](api/options.md#attrs) |
| 24 | + - [listeners](api/options.md#listeners) |
| 25 | + - [clone](api/options.md#clone) |
18 | 26 | * [Wrapper](api/wrapper/README.md)
|
19 | 27 | * [contains](api/wrapper/contains.md)
|
| 28 | + * [emitted](api/wrapper/emitted.md) |
| 29 | + * [emittedByOrder](api/wrapper/emittedByOrder.md) |
20 | 30 | * [find](api/wrapper/find.md)
|
| 31 | + * [findAll](api/wrapper/findAll.md) |
21 | 32 | * [hasAttribute](api/wrapper/hasAttribute.md)
|
22 | 33 | * [hasClass](api/wrapper/hasClass.md)
|
23 | 34 | * [hasProp](api/wrapper/hasProp.md)
|
|
27 | 38 | * [isEmpty](api/wrapper/isEmpty.md)
|
28 | 39 | * [isVueInstance](api/wrapper/isVueInstance.md)
|
29 | 40 | * [name](api/wrapper/name.md)
|
30 |
| - * [update](api/wrapper/update.md) |
31 | 41 | * [setData](api/wrapper/setData.md)
|
| 42 | + * [setMethods](api/wrapper/setMethods.md) |
32 | 43 | * [setProps](api/wrapper/setProps.md)
|
33 | 44 | * [text](api/wrapper/text.md)
|
34 | 45 | * [trigger](api/wrapper/trigger.md)
|
| 46 | + * [update](api/wrapper/update.md) |
35 | 47 | * [WrapperArray](api/wrapper-array/README.md)
|
36 | 48 | * [at](api/wrapper-array/at.md)
|
37 | 49 | * [contains](api/wrapper-array/contains.md)
|
|
42 | 54 | * [is](api/wrapper-array/is.md)
|
43 | 55 | * [isEmpty](api/wrapper-array/isEmpty.md)
|
44 | 56 | * [isVueInstance](api/wrapper-array/isVueInstance.md)
|
45 |
| - * [update](api/wrapper-array/update.md) |
46 | 57 | * [setData](api/wrapper-array/setData.md)
|
| 58 | + * [setMethods](api/wrapper-array/setMethods.md) |
47 | 59 | * [setProps](api/wrapper-array/setProps.md)
|
48 | 60 | * [trigger](api/wrapper-array/trigger.md)
|
| 61 | + * [update](api/wrapper-array/update.md) |
49 | 62 | * [Selectors](api/selectors.md)
|
| 63 | + * [createLocalVue](api/createLocalVue.md) |
0 commit comments