Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e9799bf

Browse files
committed
edit samples
1 parent 5090eb6 commit e9799bf

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

‎samples/arrow.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<!--
2-
This is a bug in the current implementation. Ideally should be fixed
3-
in a rewrite using sublime-syntax format.
2+
This was a bug in the old implementation.
43
-->
54

65
<template>

‎samples/jsx.vue

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<!-- See JSX section in README -->
2+
3+
<script>
4+
export default {
5+
render () {
6+
return <div>{ this.foo }</div>
7+
}
8+
}
9+
</script>

0 commit comments

Comments
 (0)