Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(nuxt): only augment vue, not sub-packages #28542

Merged
merged 10 commits into from
Aug 16, 2024
Prev Previous commit
Next Next commit
docs: update augmentation recommendation
  • Loading branch information
danielroe committed Aug 15, 2024
commit 96c825a60460b71ff1728b355cb73dc48ab45b34
2 changes: 1 addition & 1 deletion docs/2.guide/2.directory-structure/1.plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ declare module '#app' {
}
}

declare module 'vue' {
declare module '@vue/runtime-core' {
interface ComponentCustomProperties {
$hello (msg: string): string
}
Expand Down
Loading