Skip to content

Commit

Permalink
feat(preset): add onRenderTracked/onRenderTriggered to vue (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Kopich committed Aug 25, 2021
1 parent 47ceb1f commit 5ed289f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/presets/vue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,7 @@ export default <ImportsMap>({
'onDeactivated',
'onServerPrefetch',
'onErrorCaptured',
'onRenderTracked',
'onRenderTriggered',
],
})

0 comments on commit 5ed289f

Please sign in to comment.