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 5268e63 commit 1e85793Copy full SHA for 1e85793
package.json
@@ -89,7 +89,7 @@
89
"vue-router": "^4.2.5"
90
},
91
"peerDependencies": {
92
- "vue": ">= 3.2.0 < 4.0.0"
+ "vue": ">= 3.2.26 < 4.0.0"
93
94
"peerDependenciesMeta": {
95
"vue-router": {
src/index.ts
@@ -199,8 +199,7 @@ export function createGtm(options: VueGtmUseOptions): VueGtmPlugin {
199
return { install: (app: App) => install(app, options) };
200
}
201
202
-// @ts-expect-error: assume that `vue` already brings this dependency
203
-declare module '@vue/runtime-core' {
+declare module 'vue' {
204
// eslint-disable-next-line jsdoc/require-jsdoc
205
export interface ComponentCustomProperties {
206
/**
0 commit comments