vue-syntax-highlight
vue-syntax-highlight copied to clipboard
Add support jsx/tsx as attribute inside the `<script>` tag
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>