Skip to content

Instantly share code, notes, and snippets.

@patarapolw
Created April 20, 2022 11:48
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 patarapolw/2ec941ee1ea98387e3647d9144dc5f67 to your computer and use it in GitHub Desktop.
Save patarapolw/2ec941ee1ea98387e3647d9144dc5f67 to your computer and use it in GitHub Desktop.
Code block language tagging in Github

Vue

<template>
  <input :ref="el => elTextArea = el" />
</template>

HTML

<template>
  <input :ref="el => elTextArea = el" />
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment