Skip to content

Commit

Permalink
Update docs/platforms/javascript/guides/nuxt/features/component-track…
Browse files Browse the repository at this point in the history
…ing.mdx

Co-authored-by: Liza Mock <liza.mock@sentry.io>
  • Loading branch information
smeubank and lizokm committed Sep 16, 2024
1 parent cb7d66b commit b67c0e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Note, that when specifying `hooks`, we use the simple verb rather than `before`

<Alert>

In Vue 2, use `destroy` instead of `unmount`. `destroy` does not work in Vue 3, as the names of the lifecycle hooks themselves [changed](https://v3-migration.vuejs.org/breaking-changes/#other-minor-changes) in Vue 3.
If you're using Vue 2, use `destroy` instead of `unmount`. But in Vue 3 `destroy` doesn't work because the names of the lifecycle hooks themselves [changed](https://v3-migration.vuejs.org/breaking-changes/#other-minor-changes).

</Alert>

Expand Down

0 comments on commit b67c0e9

Please sign in to comment.