We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5090eb6 commit e9799bfCopy full SHA for e9799bf
samples/arrow.vue
@@ -1,6 +1,5 @@
1
<!--
2
-This is a bug in the current implementation. Ideally should be fixed
3
-in a rewrite using sublime-syntax format.
+This was a bug in the old implementation.
4
-->
5
6
<template>
samples/jsx.vue
@@ -0,0 +1,9 @@
+<!-- See JSX section in README -->
+
+<script>
+export default {
+ render () {
+ return <div>{ this.foo }</div>
7
+ }
8
+}
9
+</script>
0 commit comments