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 96190d7 commit c078676Copy full SHA for c078676
packages/vue/src/types.ts
@@ -1,7 +1,7 @@
1
/* eslint-disable @typescript-eslint/no-explicit-any */
2
import type { BrowserOptions } from '@sentry/browser';
3
4
-// This is not great, but kinda necessary to make it woth with Vue@2 and Vue@3 at the same time.
+// This is not great, but kinda necessary to make it work with Vue@2 and Vue@3 at the same time.
5
export interface Vue {
6
config: {
7
errorHandler?: any;
0 commit comments