Skip to content
This repository was archived by the owner on Dec 26, 2018. It is now read-only.

Commit bf88b55

Browse files
committed
readme [ci skip]
1 parent bac608b commit bf88b55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This transform allows you to write your components in this format:
2929

3030
You can also mix preprocessor languages in the component file:
3131

32-
``` html
32+
``` vue
3333
// app.vue
3434
<style lang="stylus">
3535
.red
@@ -91,7 +91,7 @@ In your HTML:
9191
</body>
9292
```
9393

94-
#### ES2015 by Default
94+
## ES2015 by Default
9595

9696
Vueify 4.0+ automatically transforms the JavaScript in your `*.vue` components using Babel. Write ES2015 today!
9797

0 commit comments

Comments
 (0)