|
11 | 11 | * [Vue Router と一緒に使う](guides/using-with-vue-router.md) |
12 | 12 | * [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 | * [マウンティングオプション](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) |
| 41 | + * [setComputed](api/wrapper/setComputed.md) |
31 | 42 | * [setData](api/wrapper/setData.md) |
| 43 | + * [setMethods](api/wrapper/setMethods.md) |
32 | 44 | * [setProps](api/wrapper/setProps.md) |
33 | 45 | * [text](api/wrapper/text.md) |
34 | 46 | * [trigger](api/wrapper/trigger.md) |
| 47 | + * [update](api/wrapper/update.md) |
| 48 | + * [destroy](api/wrapper/destroy.md) |
35 | 49 | * [WrapperArray](api/wrapper-array/README.md) |
36 | 50 | * [at](api/wrapper-array/at.md) |
37 | 51 | * [contains](api/wrapper-array/contains.md) |
|
42 | 56 | * [is](api/wrapper-array/is.md) |
43 | 57 | * [isEmpty](api/wrapper-array/isEmpty.md) |
44 | 58 | * [isVueInstance](api/wrapper-array/isVueInstance.md) |
45 | | - * [update](api/wrapper-array/update.md) |
| 59 | + * [setComputed](api/wrapper-array/setComputed.md) |
46 | 60 | * [setData](api/wrapper-array/setData.md) |
| 61 | + * [setMethods](api/wrapper-array/setMethods.md) |
47 | 62 | * [setProps](api/wrapper-array/setProps.md) |
48 | 63 | * [trigger](api/wrapper-array/trigger.md) |
| 64 | + * [update](api/wrapper-array/update.md) |
| 65 | + * [destroy](api/wrapper-array/destroy.md) |
49 | 66 | * [セレクタ](api/selectors.md) |
| 67 | + * [createLocalVue](api/createLocalVue.md) |
0 commit comments