dayjs icon indicating copy to clipboard operation
dayjs copied to clipboard

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

Open danielroe opened this issue 6 months ago • 0 comments

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.

danielroe avatar Aug 16 '24 11:08 danielroe