postalservice14 / vuejs-plugin

[DEPRECATED] Vue.js features for the Intellij Platform (WebStorm, RubyMine, Intellij, etc)
139 stars 20 forks source link

vue not support JSX syntax #29

Open chiyanking opened 7 years ago

chiyanking commented 7 years ago

renderContent(h, { node, data, store }) { return ( {node.label} <el-button size="mini" on-click={ () => this.append(store, data) }>Append <el-button size="mini" on-click={ () => this.remove(store, data) }>Delete ); } jsx