chatwoot icon indicating copy to clipboard operation
chatwoot copied to clipboard

fix: augment `vue` rather than `@vue/runtime-core`

Open danielroe opened this issue 1 year ago • 0 comments

Description

In line with https://github.com/vuejs/router/pull/2295 and https://github.com/nuxt/nuxt/pull/28542, this moves to augment vue rather than @vue/runtime core.

This is now officially recommended in the docs and it must be done by all libraries or it will break types for other libraries.

Linked Issues

Additional context

danielroe avatar Aug 16 '24 11:08 danielroe