vue-syntax-highlight icon indicating copy to clipboard operation
vue-syntax-highlight copied to clipboard

Add support jsx/tsx as attribute inside the `<script>` tag

Open deot opened this issue 2 years ago • 0 comments
trafficstars

Support JSX/TSX without install Babel. Just use the default from ST4.

<script lang="jsx">
export default {
  render () {
    return <div>{ this.foo }</div>
  }
}
</script>

deot avatar Aug 31 '23 10:08 deot