You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Vue warn]: Failed setting prop "prefix" on <component-stub>: value foo is invalid.
9
+
TypeError: Cannot set property prefix of #<Element> which has only a getter
10
+
```
11
+
12
+
This warning is shown in case you are using `shallowMount` or `stubs` with a property name that is shared with [`Element`](https://developer.mozilla.org/en-US/docs/Web/API/Element).
13
+
14
+
Common property names that are shared with `Element`:
0 commit comments