Skip to content

Instantly share code, notes, and snippets.

@przemyslawjanpietrzak
Created October 9, 2021 16:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save przemyslawjanpietrzak/bac901ec451b9541990ba40b27fff0ed to your computer and use it in GitHub Desktop.
Save przemyslawjanpietrzak/bac901ec451b9541990ba40b27fff0ed to your computer and use it in GitHub Desktop.
Improve $destroy performance in Vue #1
// Item.vue
...mapGetters('namespace', [
'getA',
'getB',
'getC',
'getD',
'getE',
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment