We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 787ef61 commit 1a93ed5Copy full SHA for 1a93ed5
src/wrappers/AbstractWrapper.ts
@@ -25,7 +25,7 @@ export default abstract class AbstractWrapper<V> {
25
}
26
);
27
if (process.env.NODE_ENV !== 'production') {
28
- this.exposeToDevltool();
+ this.exposeToDevtool();
29
30
} else if (process.env.NODE_ENV !== 'production') {
31
if (hasOwn(vm.$data, propName)) {
@@ -42,5 +42,5 @@ export default abstract class AbstractWrapper<V> {
42
43
44
45
- protected abstract exposeToDevltool(): void;
+ protected abstract exposeToDevtool(): void;
46
0 commit comments