Skip to content

Instantly share code, notes, and snippets.

@nidhi-canopas
Created March 25, 2022 10:50
Show Gist options
  • Select an option

  • Save nidhi-canopas/7b0821aadaaf02d5f6c1c830951ae85f to your computer and use it in GitHub Desktop.

Select an option

Save nidhi-canopas/7b0821aadaaf02d5f6c1c830951ae85f to your computer and use it in GitHub Desktop.
<script>
beforeUnmount() {
console.log("I'm beforeUnmount hook");
this.$refs.img.width = 0;
},
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment