Skip to content

Commit 0721350

Browse files
LinusBorgeddyerburgh
authored andcommitted
docs: more prominent mention of allowed additional options (#1161)
1 parent ab27bff commit 0721350

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/api/options.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Mounting Options
22

3-
Options for `mount` and `shallowMount`. The options object can contain both Vue Test Utils mounting options and other options.
3+
Options for `mount` and `shallowMount`.
4+
5+
:::tip
6+
Aside form the options documented below, the `options` object can contain any option that would be valid in a call to `new Vue ({ /*options here*/ })`.
7+
These options will be merged with the component's existing options when mounted with `mount` / `shallowMount`
8+
9+
[See other options for examples](#other-options)
10+
:::
411

512
- [`context`](#context)
613
- [`slots`](#slots)

0 commit comments

Comments
 (0)